Started by user Jonah Graham Running as Jonah Graham Agent basic-614s0 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-614s0" 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-614s0" - 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-614s0" - 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-614s0 (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-RwFCvT34PJh0/agent.49 SSH_AGENT_PID=50 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_2314358158171866566.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_2314358158171866566.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 9940aafd47802293a52a9d2c60e4b8273e6aea69 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9940aafd47802293a52a9d2c60e4b8273e6aea69 # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk 29e3916524608dcf4cb3c4ae4f1cd9bb2170dac2 # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins1549236372785311977.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-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize . +133+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +133+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.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-scout-2024-03-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +180+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg ++180+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +180+ DMG=eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +180+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg ++180+ echo eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg ++180+ sed s/_/-/g +180+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-03-M1-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-scout-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-03-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ tail -n1 +180+ STATUS_CODE=200 ++180+ echo '{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++180+ jq -r .uuid +180+ UUID=2050b8bb-3e73-478f-a1b7-a8c7173343d6 ++180+ echo '{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +202+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg ++202+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +202+ DMG=eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +202+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg ++202+ echo eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg ++202+ sed s/_/-/g +202+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +202+ retryCount=1 +202+ '[' 1 -gt 0 ']' ++202+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++202+ tail -n1 +202+ STATUS_CODE=200 ++202+ echo '{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++202+ jq -r .uuid +202+ UUID=3156cab8-387a-436a-91a8-6bb603ba8fe7 ++202+ echo '{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +224+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg ++224+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +224+ DMG=eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +224+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg ++224+ echo eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg ++224+ sed s/_/-/g +224+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +224+ retryCount=1 +224+ '[' 1 -gt 0 ']' ++224+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ echo '{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++224+ jq -r .uuid +224+ UUID=2c2fc393-0124-44e3-8661-4f9021a9eaa1 ++224+ echo '{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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-scout-2024-03-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +246+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg ++246+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ DMG=eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg ++246+ echo eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg ++246+ sed s/_/-/g +246+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ retryCount=1 +246+ '[' 1 -gt 0 ']' ++246+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ echo '{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++246+ jq -r .uuid +246+ UUID=c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2 ++246+ echo '{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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-committers-2024-03-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +278+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg ++278+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ DMG=eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg ++278+ echo eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg ++278+ sed s/_/-/g +278+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ retryCount=1 +278+ '[' 1 -gt 0 ']' ++278+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++278+ tail -n1 +278+ STATUS_CODE=200 ++278+ echo '{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++278+ jq -r .uuid +278+ UUID=a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47 ++278+ echo '{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +310+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg ++310+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg +310+ DMG=eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg +310+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg ++310+ echo eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg ++310+ sed s/_/-/g +310+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86-64.dmg +310+ retryCount=1 +310+ '[' 1 -gt 0 ']' ++310+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++310+ jq -r .uuid +310+ UUID=669baba5-9c0f-4fbf-bbe2-eb09da0efb10 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ 200 == \5\0\3 ]] +310+ [[ 200 == \5\0\2 ]] +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ 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-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +332+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg ++332+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg +332+ DMG=eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg +332+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg ++332+ echo eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg ++332+ sed s/_/-/g +332+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-03-M1-macosx-cocoa-x86-64.dmg +332+ retryCount=1 +332+ '[' 1 -gt 0 ']' ++332+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-03-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++332+ jq -r .uuid +332+ UUID=155fc5de-bd42-420a-8877-fec51111c516 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ 200 == \5\0\3 ]] +332+ [[ 200 == \5\0\2 ]] +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +374+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg ++374+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +374+ DMG=eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +374+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg ++374+ echo eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg ++374+ sed s/_/-/g +374+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-03-M1-macosx-cocoa-x86-64.dmg +374+ retryCount=1 +374+ '[' 1 -gt 0 ']' ++374+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-03-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++374+ jq -r .uuid +374+ UUID=5781d25d-cd28-4bda-b4af-b789a0109097 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ 200 == \5\0\3 ]] +374+ [[ 200 == \5\0\2 ]] +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ 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-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +408+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg ++408+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +408+ DMG=eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +408+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++408+ echo eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg ++408+ sed s/_/-/g +408+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-03-M1-macosx-cocoa-x86-64.dmg +408+ retryCount=1 +408+ '[' 1 -gt 0 ']' ++408+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-03-M1-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/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++408+ jq -r .uuid +408+ UUID=a1fcc7f8-ed56-4245-b58f-30da9e263201 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ 200 == \5\0\3 ]] +408+ [[ 200 == \5\0\2 ]] +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ 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-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +460+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg ++460+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg +460+ DMG=eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg +460+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg ++460+ echo eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg ++460+ sed s/_/-/g +460+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg +460+ retryCount=1 +460+ '[' 1 -gt 0 ']' ++460+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++460+ jq -r .uuid +460+ UUID=63f95736-bee9-428c-8810-600eb0cbd802 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ 200 == \5\0\3 ]] +460+ [[ 200 == \5\0\2 ]] +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ 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-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +502+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg ++502+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg +502+ DMG=eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg +502+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg ++502+ echo eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg ++502+ sed s/_/-/g +502+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg +502+ retryCount=1 +502+ '[' 1 -gt 0 ']' ++502+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-03-M1-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/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ jq -r .uuid +502+ UUID=9b9fda5b-39e3-4b50-a392-2649dbb67873 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ 200 == \5\0\3 ]] +502+ [[ 200 == \5\0\2 ]] +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +544+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg ++544+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +544+ DMG=eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +544+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg ++544+ echo eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg ++544+ sed s/_/-/g +544+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +544+ retryCount=1 +544+ '[' 1 -gt 0 ']' ++544+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++544+ jq -r .uuid +544+ UUID=a773ba74-c0d5-4119-8530-db5e211bb459 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ 200 == \5\0\3 ]] +544+ [[ 200 == \5\0\2 ]] +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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-php-2024-03-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +596+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg ++596+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +596+ DMG=eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +596+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg ++596+ echo eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg ++596+ sed s/_/-/g +596+ PRIMARY_BUNDLE_ID=eclipse-php-2024-03-M1-macosx-cocoa-x86-64.dmg +596+ retryCount=1 +596+ '[' 1 -gt 0 ']' ++596+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-03-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++596+ jq -r .uuid +596+ UUID=ce76ba06-e478-4f65-8be8-65a9ce052c75 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ 200 == \5\0\3 ]] +596+ [[ 200 == \5\0\2 ]] +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +658+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg ++658+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +658+ DMG=eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +658+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg ++658+ echo eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg ++658+ sed s/_/-/g +658+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-03-M1-macosx-cocoa-x86-64.dmg +658+ retryCount=1 +658+ '[' 1 -gt 0 ']' ++658+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-03-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ jq -r .uuid +658+ UUID=0af0338d-02d4-4766-95b0-dc340f71998b ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ 200 == \5\0\3 ]] +658+ [[ 200 == \5\0\2 ]] +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +720+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg ++720+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +720+ DMG=eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +720+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg ++720+ echo eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg ++720+ sed s/_/-/g +720+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-03-M1-macosx-cocoa-x86-64.dmg +720+ retryCount=1 +720+ '[' 1 -gt 0 ']' ++720+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-03-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++720+ jq -r .uuid +720+ UUID=294e9b7e-9ada-42e2-858e-0e1ac49be808 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ 200 == \5\0\3 ]] +720+ [[ 200 == \5\0\2 ]] +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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-java-2024-03-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +782+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg ++782+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ DMG=eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg ++782+ echo eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg ++782+ sed s/_/-/g +782+ PRIMARY_BUNDLE_ID=eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ retryCount=1 +782+ '[' 1 -gt 0 ']' ++782+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++782+ jq -r .uuid +782+ UUID=b63f29e4-1909-4236-9462-84f43c977dae ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ 200 == \5\0\3 ]] +782+ [[ 200 == \5\0\2 ]] +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ 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-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +834+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg ++834+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ DMG=eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg ++834+ echo eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg ++834+ sed s/_/-/g +834+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ retryCount=1 +834+ '[' 1 -gt 0 ']' ++834+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++834+ jq -r .uuid +834+ UUID=10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ 200 == \5\0\3 ]] +834+ [[ 200 == \5\0\2 ]] +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +896+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg ++896+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg +896+ DMG=eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg +896+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg ++896+ echo eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg ++896+ sed s/_/-/g +896+ PRIMARY_BUNDLE_ID=eclipse-java-2024-03-M1-macosx-cocoa-x86-64.dmg +896+ retryCount=1 +896+ '[' 1 -gt 0 ']' ++896+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-03-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++896+ jq -r .uuid +896+ UUID=b145a73c-dc1d-4fd0-b84b-3d0aefa3859a ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ 200 == \5\0\3 ]] +896+ [[ 200 == \5\0\2 ]] +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m +133+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +133+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +133+ LOG=eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +133+ sleep 18s +133+ tee --append eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.log +968+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg ++968+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +968+ DMG=eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +968+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++968+ echo eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg ++968+ sed s/_/-/g +968+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-03-M1-macosx-cocoa-x86-64.dmg +968+ retryCount=1 +968+ '[' 1 -gt 0 ']' ++968+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-03-M1-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++968+ jq -r .uuid +968+ UUID=828ad8f7-459d-4792-845d-d44aa551294f ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ 200 == \5\0\3 ]] +968+ [[ 200 == \5\0\2 ]] +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ 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-M1-macosx-cocoa-aarch64.dmg ++133+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +133+ LOG=eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +133+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg' +133+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +133+ sleep 18s +133+ tee --append eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.log +1050+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg ++1050+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +1050+ DMG=eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +1050+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg ++1050+ echo eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg ++1050+ sed s/_/-/g +1050+ PRIMARY_BUNDLE_ID=eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +1050+ retryCount=1 +1050+ '[' 1 -gt 0 ']' ++1050+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1050+ jq -r .uuid +1050+ UUID=09be9f4d-8fa2-4583-926a-40ba74bce36d ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ 200 == \5\0\3 ]] +1050+ [[ 200 == \5\0\2 ]] +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m +133+ jobs -p 180 202 224 246 278 310 332 374 408 460 502 544 596 658 720 782 834 896 968 1050 +133+ wait ++133+ jobs -p ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++896+ jq -r .notarizationStatus.status +896+ STATUS=IN_PROGRESS +896+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++310+ jq -r .notarizationStatus.status +310+ STATUS=IN_PROGRESS +310+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ jq -r .notarizationStatus.status ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++896+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/status +896+ RESPONSE_RAW='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"945ca9e8-01b3-4805-8b85-3bb5195222c2\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:02.209Z\",\n \"sha256\": \"37ccc915b951ffcb0cb068f3a3ff7f21ea7bcd12715e67c464686264cd92a830\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39c05455604ceb53ac3abd03690889f529fa91b4\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"474bcda4288ce51cb510b5f90533da9d0418a614\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.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-M1-macosx-cocoa-x86_64-17183761244638364231.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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"474bcda4288ce51cb510b5f90533da9d0418a614\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++896+ head -n1 +896+ RESPONSE='{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"945ca9e8-01b3-4805-8b85-3bb5195222c2\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:02.209Z\",\n \"sha256\": \"37ccc915b951ffcb0cb068f3a3ff7f21ea7bcd12715e67c464686264cd92a830\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39c05455604ceb53ac3abd03690889f529fa91b4\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"474bcda4288ce51cb510b5f90533da9d0418a614\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.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-M1-macosx-cocoa-x86_64-17183761244638364231.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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"474bcda4288ce51cb510b5f90533da9d0418a614\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++896+ tail -n1 +896+ STATUS_CODE=200 ++896+ jq -r .notarizationStatus.status ++896+ echo '{"uuid":"b145a73c-dc1d-4fd0-b84b-3d0aefa3859a","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"945ca9e8-01b3-4805-8b85-3bb5195222c2\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:03:02.209Z\",\n' '\"sha256\":' '\"37ccc915b951ffcb0cb068f3a3ff7f21ea7bcd12715e67c464686264cd92a830\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39c05455604ceb53ac3abd03690889f529fa91b4\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"474bcda4288ce51cb510b5f90533da9d0418a614\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.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-M1-macosx-cocoa-x86_64-17183761244638364231.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-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-x86_64-17183761244638364231.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"474bcda4288ce51cb510b5f90533da9d0418a614\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +896+ STATUS=COMPLETE +896+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +896+ [[ 200 == \5\0\3 ]] +896+ [[ 200 == \5\0\2 ]] +896+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +896+ break +896+ rm eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg +896+ curl -JO https://cbi.eclipse.org/macos/xcrun/b145a73c-dc1d-4fd0-b84b-3d0aefa3859a/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 34.9M 0 34.9M 0 0 76.7M 0 --:--:-- --:--:-- --:--:-- 76.5M 100 120M 0 120M 0 0 82.5M 0 --:--:-- 0:00:01 --:--:-- 82.5M 100 210M 0 210M 0 0 85.8M 0 --:--:-- 0:00:02 --:--:-- 85.8M 100 301M 0 301M 0 0 87.2M 0 --:--:-- 0:00:03 --:--:-- 87.2M 100 319M 0 319M 0 0 86.7M 0 --:--:-- 0:00:03 --:--:-- 86.7M curl: Saved to filename 'eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg' +896+ cp -vf eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg 'eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg' ++896+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg +896+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++896+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg +896+ b=eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg +896+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +896+ md5sum eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg +896+ sha1sum eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m +896+ sha512sum -b eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg +896+ rm eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +896+ rm -f eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +896+ rm -f eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +896+ rm -f eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++310+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/status +310+ RESPONSE_RAW='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"9f458c94-687d-449a-884b-5cdc3e171125\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg\",\n \"uploadDate\": \"2024-01-11T18:59:31.650Z\",\n \"sha256\": \"af04bb5061ca6ffb30366fab9f9a946b5bdd38e9b9d7c59589d8dcf5a9f80fa4\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3def69a00c09ba209f6fe36dbae2ff9d95504b61\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"35b3adf6a6870ba6ae6bfc598684ff9bcf981aa0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.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-M1-macosx-cocoa-x86_64-1028194023015466576.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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"35b3adf6a6870ba6ae6bfc598684ff9bcf981aa0\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++310+ head -n1 +310+ RESPONSE='{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"9f458c94-687d-449a-884b-5cdc3e171125\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg\",\n \"uploadDate\": \"2024-01-11T18:59:31.650Z\",\n \"sha256\": \"af04bb5061ca6ffb30366fab9f9a946b5bdd38e9b9d7c59589d8dcf5a9f80fa4\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3def69a00c09ba209f6fe36dbae2ff9d95504b61\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"35b3adf6a6870ba6ae6bfc598684ff9bcf981aa0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.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-M1-macosx-cocoa-x86_64-1028194023015466576.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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"35b3adf6a6870ba6ae6bfc598684ff9bcf981aa0\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++310+ tail -n1 +310+ STATUS_CODE=200 ++310+ jq -r .notarizationStatus.status ++310+ echo '{"uuid":"669baba5-9c0f-4fbf-bbe2-eb09da0efb10","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"9f458c94-687d-449a-884b-5cdc3e171125\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T18:59:31.650Z\",\n' '\"sha256\":' '\"af04bb5061ca6ffb30366fab9f9a946b5bdd38e9b9d7c59589d8dcf5a9f80fa4\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3def69a00c09ba209f6fe36dbae2ff9d95504b61\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"35b3adf6a6870ba6ae6bfc598684ff9bcf981aa0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.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-M1-macosx-cocoa-x86_64-1028194023015466576.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-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64-1028194023015466576.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"35b3adf6a6870ba6ae6bfc598684ff9bcf981aa0\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +310+ STATUS=COMPLETE +310+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +310+ [[ 200 == \5\0\3 ]] +310+ [[ 200 == \5\0\2 ]] +310+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +310+ break +310+ rm eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg +310+ curl -JO https://cbi.eclipse.org/macos/xcrun/669baba5-9c0f-4fbf-bbe2-eb09da0efb10/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 14.2M 0 14.2M 0 0 56.2M 0 --:--:-- --:--:-- --:--:-- 56.0M 100 79.7M 0 79.7M 0 0 63.6M 0 --:--:-- 0:00:01 --:--:-- 63.5M 100 141M 0 141M 0 0 62.4M 0 --:--:-- 0:00:02 --:--:-- 62.4M 100 210M 0 210M 0 0 64.6M 0 --:--:-- 0:00:03 --:--:-- 64.6M++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m 100 283M 0 283M 0 0 66.6M 0 --:--:-- 0:00:04 --:--:-- 66.6M 100 345M 0 345M 0 0 65.8M 0 --:--:-- 0:00:05 --:--:-- 66.2M 100 379M 0 379M 0 0 66.2M 0 --:--:-- 0:00:05 --:--:-- 67.0M curl: Saved to filename 'eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg' +310+ cp -vf eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg 'eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg' ++310+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg +310+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++310+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg +310+ b=eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg +310+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +310+ md5sum eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg +310+ sha1sum eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg +310+ sha512sum -b eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 +310+ rm eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +310+ rm -f eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +310+ rm -f eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +310+ rm -f eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++502+ jq -r .notarizationStatus.status +502+ STATUS=IN_PROGRESS +502+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ sleep 1m ++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","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 ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++544+ jq -r .notarizationStatus.status +544+ STATUS=IN_PROGRESS +544+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ sleep 1m ++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","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 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++502+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/status +502+ RESPONSE_RAW='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"827e9efb-234f-46a3-b951-a422afbf480f\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg\",\n \"uploadDate\": \"2024-01-11T19:02:25.044Z\",\n \"sha256\": \"2a10966ffa8a8f9ebab4b3609da6ce013935b8127e67540a53f90c26cdba9b61\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ef0641a4e26e73e10e9a4d2cb26e898f788bfbdd\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4197741ae52943208eb663c556355735960253c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.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-M1-macosx-cocoa-aarch64-8616646755556921399.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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4197741ae52943208eb663c556355735960253c\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++502+ head -n1 +502+ RESPONSE='{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"827e9efb-234f-46a3-b951-a422afbf480f\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg\",\n \"uploadDate\": \"2024-01-11T19:02:25.044Z\",\n \"sha256\": \"2a10966ffa8a8f9ebab4b3609da6ce013935b8127e67540a53f90c26cdba9b61\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ef0641a4e26e73e10e9a4d2cb26e898f788bfbdd\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4197741ae52943208eb663c556355735960253c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.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-M1-macosx-cocoa-aarch64-8616646755556921399.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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f4197741ae52943208eb663c556355735960253c\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++502+ tail -n1 +502+ STATUS_CODE=200 ++502+ jq -r .notarizationStatus.status ++502+ echo '{"uuid":"9b9fda5b-39e3-4b50-a392-2649dbb67873","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"827e9efb-234f-46a3-b951-a422afbf480f\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:02:25.044Z\",\n' '\"sha256\":' '\"2a10966ffa8a8f9ebab4b3609da6ce013935b8127e67540a53f90c26cdba9b61\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ef0641a4e26e73e10e9a4d2cb26e898f788bfbdd\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4197741ae52943208eb663c556355735960253c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.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-M1-macosx-cocoa-aarch64-8616646755556921399.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-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64-8616646755556921399.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f4197741ae52943208eb663c556355735960253c\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +502+ STATUS=COMPLETE +502+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +502+ [[ 200 == \5\0\3 ]] +502+ [[ 200 == \5\0\2 ]] +502+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +502+ break +502+ rm eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg +502+ curl -JO https://cbi.eclipse.org/macos/xcrun/9b9fda5b-39e3-4b50-a392-2649dbb67873/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17.0M 0 17.0M 0 0 74.5M 0 --:--:-- --:--:-- --:--:-- 74.1M 100 96.9M 0 96.9M 0 0 78.2M 0 --:--:-- 0:00:01 --:--:-- 78.2M++180+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/status +180+ RESPONSE_RAW='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"4024bcb9-fb63-4ed7-97f7-92ba4d90e7b9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg\",\n \"uploadDate\": \"2024-01-11T18:58:01.403Z\",\n \"sha256\": \"0ea6591395fffeeb651f9fe85efd4d843f8f995f55de393ff53ad628920a45fa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a82adc377f1823658cd93b02652ac8e61e8da10\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fd98b9f50528591d69add6e47c9f8b4cb980e7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.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-M1-macosx-cocoa-x86_64-15056404594577500117.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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fd98b9f50528591d69add6e47c9f8b4cb980e7e\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++180+ head -n1 +180+ RESPONSE='{"uuid":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"4024bcb9-fb63-4ed7-97f7-92ba4d90e7b9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg\",\n \"uploadDate\": \"2024-01-11T18:58:01.403Z\",\n \"sha256\": \"0ea6591395fffeeb651f9fe85efd4d843f8f995f55de393ff53ad628920a45fa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2a82adc377f1823658cd93b02652ac8e61e8da10\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fd98b9f50528591d69add6e47c9f8b4cb980e7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.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-M1-macosx-cocoa-x86_64-15056404594577500117.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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8fd98b9f50528591d69add6e47c9f8b4cb980e7e\",\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":"2050b8bb-3e73-478f-a1b7-a8c7173343d6","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"4024bcb9-fb63-4ed7-97f7-92ba4d90e7b9\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T18:58:01.403Z\",\n' '\"sha256\":' '\"0ea6591395fffeeb651f9fe85efd4d843f8f995f55de393ff53ad628920a45fa\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2a82adc377f1823658cd93b02652ac8e61e8da10\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fd98b9f50528591d69add6e47c9f8b4cb980e7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.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-M1-macosx-cocoa-x86_64-15056404594577500117.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-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-x86_64-15056404594577500117.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8fd98b9f50528591d69add6e47c9f8b4cb980e7e\",\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-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +180+ curl -JO https://cbi.eclipse.org/macos/xcrun/2050b8bb-3e73-478f-a1b7-a8c7173343d6/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 44259 0 44259 0 0 1600k 0 --:--:-- --:--:-- --:--:-- 1543k 100 158M 0 158M 0 0 70.8M 0 --:--:-- 0:00:02 --:--:-- 70.8M 100 100 44.7M 0 44.7M 0 0 43.6M 0 --:--:-- 0:00:01 --190M 0 190M 0 0 59.1M 0 --:--:-- 0::--:-- 00:0343.6 --:--M:-- 59.1M 100 86.1M 0 86.1M 0 0 42.5M 0 --:--:-- 0:00:02 --:--:-- 100 23 42.5M0M 0 230M 0 0 54.6M 0 --:--:-- 0:00:04 --:--:-- 54.5M 100 132M 0 132M 0 0 43.8M 0 --:--:-- 0:00:03 --:--:-- 43.8M 100 262M 0 262M 0 0 50.1M 0 --:--:-- 0:00:05 --:--:-- 49.0M 100 302M 0 302M 0 0 48.5M 0 --:--:-- 0:00:06 --:--:-- 41.1M 100 175M 0 175M 0 0 43.6M 0 --:--:-- 0:00:04 --:--:-- 43.6M 100 3 100 41M 0 341M 0 0 47.2M 0 --215M 0 215M 0 :-- 0 :-- 42. 0:9M 00:0 7 - 0 --:---:--:--:-- 36. 0:7M00:05 --:--:-- 43.1M 100 375M 0 375M 0 0 45.5M 0 --:--:-- 0:00:08 --:--:-- 36.8M 100 378M 0 378M 0 0 45.6M 0 --:--:-- 0:00:08 --:--:-- 36.3M curl: Saved to filename 'eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg' +502+ cp -vf eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg 100 245M 0 245M 0 0 39.6M 0 --:--:-- 0:00:06 --:--:-- 38.9M'eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg' ++502+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg +502+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++502+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg +502+ b=eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg +502+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +502+ md5sum eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg 100 296M 0 296M 0 0 42.1M 0 --:--:-- 0:00:07 --:--:-- 41.9M+502+ sha1sum eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m 100 366M 0 366M 0 0 45.6M 0 --:--:-- 0:00:08 --:--:-- 46.8M+502+ sha512sum -b eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg 100 391M 0 391M 0 0 46.5M 0 --:--:-- 0:00:08 --:--:-- 49.0M curl: Saved to filename 'eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg' +180+ cp -vf eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg 'eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg' ++180+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +180+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++180+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +180+ b=eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +180+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +180+ md5sum eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +180+ sha1sum eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +502+ rm eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +502+ rm -f eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +502+ rm -f eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +502+ rm -f eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 +180+ sha512sum -b eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg +180+ rm eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +180+ rm -f eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +180+ rm -f eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +180+ rm -f eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++544+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/status +544+ RESPONSE_RAW='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ef1f63d8-70e4-44bc-8dae-eb672d04dab8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg\",\n \"uploadDate\": \"2024-01-11T19:02:35.457Z\",\n \"sha256\": \"bad71b032ec898cd51e5b8064166c35b713910fd158e5ee8573cef7258a35f3e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"beee37f0662eac6f6df669489eb9a13e7fbaf8af\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cbf07670baa91c3c7925be92a1b973fe81578d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.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-M1-macosx-cocoa-aarch64-2912661320036746671.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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cbf07670baa91c3c7925be92a1b973fe81578d3\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++544+ head -n1 +544+ RESPONSE='{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ef1f63d8-70e4-44bc-8dae-eb672d04dab8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg\",\n \"uploadDate\": \"2024-01-11T19:02:35.457Z\",\n \"sha256\": \"bad71b032ec898cd51e5b8064166c35b713910fd158e5ee8573cef7258a35f3e\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"beee37f0662eac6f6df669489eb9a13e7fbaf8af\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cbf07670baa91c3c7925be92a1b973fe81578d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.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-M1-macosx-cocoa-aarch64-2912661320036746671.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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cbf07670baa91c3c7925be92a1b973fe81578d3\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++544+ tail -n1 +544+ STATUS_CODE=200 ++544+ jq -r .notarizationStatus.status ++544+ echo '{"uuid":"a773ba74-c0d5-4119-8530-db5e211bb459","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"ef1f63d8-70e4-44bc-8dae-eb672d04dab8\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:02:35.457Z\",\n' '\"sha256\":' '\"bad71b032ec898cd51e5b8064166c35b713910fd158e5ee8573cef7258a35f3e\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"beee37f0662eac6f6df669489eb9a13e7fbaf8af\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cbf07670baa91c3c7925be92a1b973fe81578d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.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-M1-macosx-cocoa-aarch64-2912661320036746671.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-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64-2912661320036746671.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cbf07670baa91c3c7925be92a1b973fe81578d3\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +544+ STATUS=COMPLETE +544+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +544+ [[ 200 == \5\0\3 ]] +544+ [[ 200 == \5\0\2 ]] +544+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +544+ break +544+ rm eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +544+ curl -JO https://cbi.eclipse.org/macos/xcrun/a773ba74-c0d5-4119-8530-db5e211bb459/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++202+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 100 18.3M 0 18.3M 0 0 33.8M 0 --:--:-- --:--:-- --:--:-- 33.8M 100 64.2M 0 64.2M 0 0 44.7M 0 --:--:-- 0:00:01 --:--:-- 44.7M 100 136M 0 136M 0 0 55.9M 0 --:--:-- 0:00:02 --:--:-- 55.9M++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m 100 197M 0 197M 0 0 57.3M 0 --:--:-- 0:00:03 --:--:-- 57.3M 100 257M 0 257M 0 0 58.1M 0 --:--:-- 0:00:04 --:--:-- 58.1M 100 324M 0 324M 0 0 59.7M 0 --:--:-- 0:00:05 --:--:-- 62.5M 100 358M 0 358M 0 0 59.4M 0 --:--:-- 0:00:06 --:--:-- 64.0M curl: Saved to filename 'eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg' +544+ cp -vf eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg 'eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg' ++544+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +544+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++544+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +544+ b=eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +544+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +544+ md5sum eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +544+ sha1sum eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +544+ sha512sum -b eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m +544+ rm eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +544+ rm -f eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +544+ rm -f eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +544+ rm -f eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++246+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/status +246+ RESPONSE_RAW='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"5b5ecff2-d780-4109-8298-8da65ca84b32\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg\",\n \"uploadDate\": \"2024-01-11T18:58:56.303Z\",\n \"sha256\": \"7d1f52b07191f085e73d2e3e49ede1ae08839f011870841a65b7396659553cfa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e99a61cf64cef09d51cea54af71d7b3b683adc03\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e8497be09386f1ef24644614942d25c54333a27\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.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-M1-macosx-cocoa-aarch64-13168087245438122541.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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e8497be09386f1ef24644614942d25c54333a27\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++246+ head -n1 +246+ RESPONSE='{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"5b5ecff2-d780-4109-8298-8da65ca84b32\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg\",\n \"uploadDate\": \"2024-01-11T18:58:56.303Z\",\n \"sha256\": \"7d1f52b07191f085e73d2e3e49ede1ae08839f011870841a65b7396659553cfa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e99a61cf64cef09d51cea54af71d7b3b683adc03\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e8497be09386f1ef24644614942d25c54333a27\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.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-M1-macosx-cocoa-aarch64-13168087245438122541.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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e8497be09386f1ef24644614942d25c54333a27\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++246+ tail -n1 +246+ STATUS_CODE=200 ++246+ jq -r .notarizationStatus.status ++246+ echo '{"uuid":"c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"5b5ecff2-d780-4109-8298-8da65ca84b32\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T18:58:56.303Z\",\n' '\"sha256\":' '\"7d1f52b07191f085e73d2e3e49ede1ae08839f011870841a65b7396659553cfa\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e99a61cf64cef09d51cea54af71d7b3b683adc03\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e8497be09386f1ef24644614942d25c54333a27\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.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-M1-macosx-cocoa-aarch64-13168087245438122541.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-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M1-macosx-cocoa-aarch64-13168087245438122541.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e8497be09386f1ef24644614942d25c54333a27\",\n' '\"arch\":' '\"arm64\"\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-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ curl -JO https://cbi.eclipse.org/macos/xcrun/c8ff1c00-edc7-4003-b0fb-b46ab78a8eb2/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73.4M 0 73.4M 0 0 84.1M 0 --:--:-- --:--:-- --:--:-- 84.0M 100 169M 0 169M 0 0 90.9M 0 --:--:-- 0:00:01 --:--:-- 90.8M 100 262M 0 262M 0 0 91.5M 0 --:--:-- 0:00:02 --:--:-- 91.5M 100 352M 0 352M 0 0 90.9M 0 --:--:-- 0:00:03 --:--:-- 90.9M 100 390M 0 390M 0 0 91.4M 0 --:--:-- 0:00:04 --:--:-- 91.4M curl: Saved to filename 'eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg' +246+ cp -vf eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m 'eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg' ++246+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++246+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ b=eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +246+ md5sum eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ sha1sum eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ sha512sum -b eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg +246+ rm eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +246+ rm -f eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +246+ rm -f eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +246+ rm -f eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++782+ jq -r .notarizationStatus.status +782+ STATUS=IN_PROGRESS +782+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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/3156cab8-387a-436a-91a8-6bb603ba8fe7/status +202+ RESPONSE_RAW='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"28968146-cbee-4ade-ae8c-6dcfef5473bc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg\",\n \"uploadDate\": \"2024-01-11T18:58:22.600Z\",\n \"sha256\": \"43bc55ac19884c34db3e0806f58708850c06004c5a6def29393f3155627c06ac\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f7d7c471da42374705aeac801466e1f041e84873\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96890ba5972444d5e23a42f826e819d9d78e40b0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.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-M1-macosx-cocoa-aarch64-18289883755456095330.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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96890ba5972444d5e23a42f826e819d9d78e40b0\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++202+ head -n1 +202+ RESPONSE='{"uuid":"3156cab8-387a-436a-91a8-6bb603ba8fe7","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"28968146-cbee-4ade-ae8c-6dcfef5473bc\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg\",\n \"uploadDate\": \"2024-01-11T18:58:22.600Z\",\n \"sha256\": \"43bc55ac19884c34db3e0806f58708850c06004c5a6def29393f3155627c06ac\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f7d7c471da42374705aeac801466e1f041e84873\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96890ba5972444d5e23a42f826e819d9d78e40b0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.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-M1-macosx-cocoa-aarch64-18289883755456095330.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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96890ba5972444d5e23a42f826e819d9d78e40b0\",\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":"3156cab8-387a-436a-91a8-6bb603ba8fe7","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"28968146-cbee-4ade-ae8c-6dcfef5473bc\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T18:58:22.600Z\",\n' '\"sha256\":' '\"43bc55ac19884c34db3e0806f58708850c06004c5a6def29393f3155627c06ac\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f7d7c471da42374705aeac801466e1f041e84873\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96890ba5972444d5e23a42f826e819d9d78e40b0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.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-M1-macosx-cocoa-aarch64-18289883755456095330.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-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64-18289883755456095330.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96890ba5972444d5e23a42f826e819d9d78e40b0\",\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-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +202+ curl -JO https://cbi.eclipse.org/macos/xcrun/3156cab8-387a-436a-91a8-6bb603ba8fe7/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 94.7M 0 94.7M 0 0 96.1M 0 --:--:-- --:--:-- --:--:-- 96.0M 100 191M 0 191M 0 0 96.4M 0 --:--:-- 0:00:01 --:--:-- 96.3M 100 298M 0 298M 0 0 99.8M 0 --:--:-- 0:00:02 --:--:-- 99.7M++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m 100 389M 0 389M 0 0 97.7M 0 --:--:-- 0:00:03 --:--:-- 97.7M 100 420M 0 420M 0 0 96.7M 0 --:--:-- 0:00:04 --:--:-- 96.7M curl: Saved to filename 'eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg' +202+ cp -vf eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg 'eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg' ++202+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +202+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++202+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +202+ b=eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +202+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +202+ md5sum eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +202+ sha1sum eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg +202+ sha512sum -b eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg ++782+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/status +782+ RESPONSE_RAW='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d48ff3ac-0ed3-463f-b25f-427bda684934\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg\",\n \"uploadDate\": \"2024-01-11T19:02:25.011Z\",\n \"sha256\": \"bb8835d46822cc95289c4873c15ddfcc45d41b21c4781dd00fae0c3c061c821d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"094c4502d748d08e137da462ddb748a6480b299b\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a392ea1453580b34c16336616f5de52ab44eb904\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.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-M1-macosx-cocoa-aarch64-10958064028541848525.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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a392ea1453580b34c16336616f5de52ab44eb904\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++782+ head -n1 +782+ RESPONSE='{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d48ff3ac-0ed3-463f-b25f-427bda684934\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg\",\n \"uploadDate\": \"2024-01-11T19:02:25.011Z\",\n \"sha256\": \"bb8835d46822cc95289c4873c15ddfcc45d41b21c4781dd00fae0c3c061c821d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"094c4502d748d08e137da462ddb748a6480b299b\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a392ea1453580b34c16336616f5de52ab44eb904\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.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-M1-macosx-cocoa-aarch64-10958064028541848525.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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a392ea1453580b34c16336616f5de52ab44eb904\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++782+ tail -n1 +782+ STATUS_CODE=200 ++782+ jq -r .notarizationStatus.status ++782+ echo '{"uuid":"b63f29e4-1909-4236-9462-84f43c977dae","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"d48ff3ac-0ed3-463f-b25f-427bda684934\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:02:25.011Z\",\n' '\"sha256\":' '\"bb8835d46822cc95289c4873c15ddfcc45d41b21c4781dd00fae0c3c061c821d\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"094c4502d748d08e137da462ddb748a6480b299b\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a392ea1453580b34c16336616f5de52ab44eb904\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.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-M1-macosx-cocoa-aarch64-10958064028541848525.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-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M1-macosx-cocoa-aarch64-10958064028541848525.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a392ea1453580b34c16336616f5de52ab44eb904\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +782+ STATUS=COMPLETE +782+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +782+ [[ 200 == \5\0\3 ]] +782+ [[ 200 == \5\0\2 ]] +782+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +782+ break +782+ rm eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ curl -JO https://cbi.eclipse.org/macos/xcrun/b63f29e4-1909-4236-9462-84f43c977dae/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++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m 100 68.1M 0 68.1M 0 0 80.9M 0 --:--:-- --:--:-- --:--:-- 80.8M+202+ rm eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +202+ rm -f eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +202+ rm -f eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +202+ rm -f eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 100 137M 0 137M 0 0 67.2M 0 --:--:-- 0:00:02 --:--:-- 67.2M 100 210M 0 210M 0 0 73.9M 0 --:--:-- 0:00:02 --:--:-- 73.8M 100 264M 0 264M 0 0 68.7M 0 --:--:-- 0:00:03 --:--:-- 68.7M 100 318M 0 318M 0 0 70.3M 0 --:--:-- 0:00:04 --:--:-- 70.3M curl: Saved to filename 'eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg' +782+ cp -vf eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg 'eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg' ++782+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++782+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ b=eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +782+ md5sum eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ sha1sum eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ sha512sum -b eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg +782+ rm eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +782+ rm -f eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +782+ rm -f eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +782+ rm -f eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++968+ jq -r .notarizationStatus.status +968+ STATUS=IN_PROGRESS +968+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ sleep 1m ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++968+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/status +968+ RESPONSE_RAW='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"7d32645b-7fc2-4058-9e99-48df8fd9ab9c\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:24.833Z\",\n \"sha256\": \"bd0444fabfc5aae6c4d31c02723cff088a485d83caf7442af29bff004751a2ac\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85d41cb9c075b1f56dc579ed145177f2aab7309d\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e3259b71367b9de1fe30553cc4e772f9596e4cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.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-M1-macosx-cocoa-x86_64-2565542987712550088.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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e3259b71367b9de1fe30553cc4e772f9596e4cb\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++968+ head -n1 +968+ RESPONSE='{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"7d32645b-7fc2-4058-9e99-48df8fd9ab9c\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:24.833Z\",\n \"sha256\": \"bd0444fabfc5aae6c4d31c02723cff088a485d83caf7442af29bff004751a2ac\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85d41cb9c075b1f56dc579ed145177f2aab7309d\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e3259b71367b9de1fe30553cc4e772f9596e4cb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.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-M1-macosx-cocoa-x86_64-2565542987712550088.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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e3259b71367b9de1fe30553cc4e772f9596e4cb\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++968+ tail -n1 +968+ STATUS_CODE=200 ++968+ jq -r .notarizationStatus.status ++968+ echo '{"uuid":"828ad8f7-459d-4792-845d-d44aa551294f","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"7d32645b-7fc2-4058-9e99-48df8fd9ab9c\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:03:24.833Z\",\n' '\"sha256\":' '\"bd0444fabfc5aae6c4d31c02723cff088a485d83caf7442af29bff004751a2ac\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85d41cb9c075b1f56dc579ed145177f2aab7309d\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e3259b71367b9de1fe30553cc4e772f9596e4cb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d3b60cafa4f52872c3705e7f249a411d0ec7b55\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/com.github.jnr.jffi.native_1.3.12.v20230912-1130/jni/Darwin/libjffi-1.2.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"608ba5cbcf7cdfaf037c70cc111eabd34c05eb8f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.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-M1-macosx-cocoa-x86_64-2565542987712550088.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-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64-2565542987712550088.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e3259b71367b9de1fe30553cc4e772f9596e4cb\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +968+ STATUS=COMPLETE +968+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +968+ [[ 200 == \5\0\3 ]] +968+ [[ 200 == \5\0\2 ]] +968+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +968+ break +968+ rm eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +968+ curl -JO https://cbi.eclipse.org/macos/xcrun/828ad8f7-459d-4792-845d-d44aa551294f/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 51.1M 0 51.1M 0 0 70.4M 0 --:--:-- --:--:-- --:--:-- 70.3M 100 124M 0 124M 0 0 72.4M 0 --:--:-- 0:00:01 --:--:-- 72.3M 100 210M 0 210M 0 0 77.3M 0 --:--:-- 0:00:02 --:--:-- 77.3M 100 285M 0 285M 0 0 76.6M 0 --:--:-- 0:00:03 --:--:-- 76.6M++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++408+ jq -r .notarizationStatus.status +408+ STATUS=IN_PROGRESS +408+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ sleep 1m 100 359M 0 359M 0 0 77.6M 0 --:--:-- 0:00:04 --:--:-- 77.6M curl: Saved to filename 'eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg' +968+ cp -vf eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg 'eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg' ++968+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +968+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++968+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +968+ b=eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +968+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +968+ md5sum eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +968+ sha1sum eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +968+ sha512sum -b eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg +968+ rm eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +968+ rm -f eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +968+ rm -f eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +968+ rm -f eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1050+ jq -r .notarizationStatus.status +1050+ STATUS=IN_PROGRESS +1050+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ sleep 1m ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++408+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/status +408+ RESPONSE_RAW='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e300fa95-b57e-4f99-841f-16664cfca3d5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg\",\n \"uploadDate\": \"2024-01-11T19:00:40.621Z\",\n \"sha256\": \"85363552ea5cb3a7dc51f5080254ac28706d9ab7f5b8a477729a579e1802566d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1576016d868ae95f62f79d6a23201483c6328fa8\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7522892a99299e5d9425905e95b30547c358855d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7522892a99299e5d9425905e95b30547c358855d\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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' ++408+ head -n1 +408+ RESPONSE='{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e300fa95-b57e-4f99-841f-16664cfca3d5\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg\",\n \"uploadDate\": \"2024-01-11T19:00:40.621Z\",\n \"sha256\": \"85363552ea5cb3a7dc51f5080254ac28706d9ab7f5b8a477729a579e1802566d\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1576016d868ae95f62f79d6a23201483c6328fa8\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7522892a99299e5d9425905e95b30547c358855d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7522892a99299e5d9425905e95b30547c358855d\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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"}}' ++408+ tail -n1 +408+ STATUS_CODE=200 ++408+ jq -r .notarizationStatus.status ++408+ echo '{"uuid":"a1fcc7f8-ed56-4245-b58f-30da9e263201","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"e300fa95-b57e-4f99-841f-16664cfca3d5\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:00:40.621Z\",\n' '\"sha256\":' '\"85363552ea5cb3a7dc51f5080254ac28706d9ab7f5b8a477729a579e1802566d\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1576016d868ae95f62f79d6a23201483c6328fa8\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7522892a99299e5d9425905e95b30547c358855d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7522892a99299e5d9425905e95b30547c358855d\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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-M1-macosx-cocoa-x86_64-3316276899790139395.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"}}' +408+ STATUS=COMPLETE +408+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +408+ [[ 200 == \5\0\3 ]] +408+ [[ 200 == \5\0\2 ]] +408+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +408+ break +408+ rm eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +408+ curl -JO https://cbi.eclipse.org/macos/xcrun/a1fcc7f8-ed56-4245-b58f-30da9e263201/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 2389k 0 2389k 0 0 34.3M 0 --:--:-- --:--:-- --:--:-- 33.8M 100 66.8M 0 66.8M 0 0 62.5M 0 --:--:-- 0:00:01 --:--:-- 62.5M 100 137M 0 137M 0 0 66.3M 0 --:--:-- 0:00:02 --:--:-- 66.3M 100 221M 0 221M 0 0 72.0M 0 --:--:-- 0:00:03 --:--:-- 72.0M 100 301M 0 301M 0 0 74.1M 0 --:--:-- 0:00:04 --:--:-- 74.1M 100 382M 0 382M 0 0 75.5M 0 --:--:-- 0:00:05 --:--:-- 76.0M 100 468M 0 468M 0 0 77.2M 0 --:--:-- 0:00:06 --:--:-- 80.4M 100 526M 0 526M 0 0 78.5M 0 --:--:-- 0:00:06 --:--:-- 84.0M curl: Saved to filename 'eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg' +408+ cp -vf eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m 'eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg' ++408+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +408+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++408+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +408+ b=eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +408+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +408+ md5sum eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +408+ sha1sum eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +408+ sha512sum -b eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg +408+ rm eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +408+ rm -f eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +408+ rm -f eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +408+ rm -f eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++1050+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/status +1050+ RESPONSE_RAW='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ec47d59e-538d-4fcb-815f-7cfb5241ac68\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:47.954Z\",\n \"sha256\": \"133540703ec72c55ce146bf327f0408cbb790908083b26ca12118f8060a07fc6\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"88fcf1f5516accd6932684b5969f739d512bbce0\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62da51f5a11508837d76fc87fcbf219c241b8c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62da51f5a11508837d76fc87fcbf219c241b8c2\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++1050+ head -n1 +1050+ RESPONSE='{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ec47d59e-538d-4fcb-815f-7cfb5241ac68\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:47.954Z\",\n \"sha256\": \"133540703ec72c55ce146bf327f0408cbb790908083b26ca12118f8060a07fc6\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"88fcf1f5516accd6932684b5969f739d512bbce0\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62da51f5a11508837d76fc87fcbf219c241b8c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b62da51f5a11508837d76fc87fcbf219c241b8c2\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++1050+ tail -n1 +1050+ STATUS_CODE=200 ++1050+ jq -r .notarizationStatus.status ++1050+ echo '{"uuid":"09be9f4d-8fa2-4583-926a-40ba74bce36d","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"ec47d59e-538d-4fcb-815f-7cfb5241ac68\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:03:47.954Z\",\n' '\"sha256\":' '\"133540703ec72c55ce146bf327f0408cbb790908083b26ca12118f8060a07fc6\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"88fcf1f5516accd6932684b5969f739d512bbce0\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62da51f5a11508837d76fc87fcbf219c241b8c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.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-M1-macosx-cocoa-aarch64-2627942699097149708.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b62da51f5a11508837d76fc87fcbf219c241b8c2\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +1050+ STATUS=COMPLETE +1050+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +1050+ [[ 200 == \5\0\3 ]] +1050+ [[ 200 == \5\0\2 ]] +1050+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +1050+ break +1050+ rm eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +1050+ curl -JO https://cbi.eclipse.org/macos/xcrun/09be9f4d-8fa2-4583-926a-40ba74bce36d/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30.7M 0 30.7M 0 0 61.5M 0 --:--:-- --:--:-- --:--:-- 61.4M 100 116M 0 116M 0 0 77.7M 0 --:--:-- 0:00:01 --:--:-- 77.6M++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m 100 209M 0 209M 0 0 83.6M 0 --:--:-- 0:00:02 --:--:-- 83.6M 100 298M 0 298M 0 0 85.2M 0 --:--:-- 0:00:03 --:--:-- 85.2M 100 390M 0 390M 0 0 86.7M 0 --:--:-- 0:00:04 --:--:-- 86.7M 100 392M 0 392M 0 0 86.8M 0 --:--:-- 0:00:04 --:--:-- 89.9M curl: Saved to filename 'eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg' +1050+ cp -vf eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg 'eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg' ++1050+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +1050+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++1050+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +1050+ b=eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +1050+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +1050+ md5sum eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +1050+ sha1sum eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg +1050+ sha512sum -b eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m +1050+ rm eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +1050+ rm -f eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +1050+ rm -f eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +1050+ rm -f eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++460+ jq -r .notarizationStatus.status +460+ STATUS=IN_PROGRESS +460+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ sleep 1m ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++332+ jq -r .notarizationStatus.status +332+ STATUS=IN_PROGRESS +332+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","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 +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++596+ jq -r .notarizationStatus.status +596+ STATUS=IN_PROGRESS +596+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++460+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/status +460+ RESPONSE_RAW='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a8f39ab5-edca-4398-8f4b-f72d0bdb663d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg\",\n \"uploadDate\": \"2024-01-11T19:00:51.800Z\",\n \"sha256\": \"6feb3e9cfadd3a9a315880f8e1b14daee5a818b019263acbce5d1cee68a78fec\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fae492a3d741f1ab08409d41939892c598a50a7\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6754aadaf54c5abe2a24af082817bb5dee2f7696\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.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-M1-macosx-cocoa-aarch64-3026421980625994586.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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6754aadaf54c5abe2a24af082817bb5dee2f7696\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++460+ head -n1 +460+ RESPONSE='{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a8f39ab5-edca-4398-8f4b-f72d0bdb663d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg\",\n \"uploadDate\": \"2024-01-11T19:00:51.800Z\",\n \"sha256\": \"6feb3e9cfadd3a9a315880f8e1b14daee5a818b019263acbce5d1cee68a78fec\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2fae492a3d741f1ab08409d41939892c598a50a7\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6754aadaf54c5abe2a24af082817bb5dee2f7696\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.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-M1-macosx-cocoa-aarch64-3026421980625994586.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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6754aadaf54c5abe2a24af082817bb5dee2f7696\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++460+ tail -n1 +460+ STATUS_CODE=200 ++460+ jq -r .notarizationStatus.status ++460+ echo '{"uuid":"63f95736-bee9-428c-8810-600eb0cbd802","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"a8f39ab5-edca-4398-8f4b-f72d0bdb663d\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:00:51.800Z\",\n' '\"sha256\":' '\"6feb3e9cfadd3a9a315880f8e1b14daee5a818b019263acbce5d1cee68a78fec\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2fae492a3d741f1ab08409d41939892c598a50a7\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6754aadaf54c5abe2a24af082817bb5dee2f7696\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.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-M1-macosx-cocoa-aarch64-3026421980625994586.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-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64-3026421980625994586.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6754aadaf54c5abe2a24af082817bb5dee2f7696\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +460+ STATUS=COMPLETE +460+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +460+ [[ 200 == \5\0\3 ]] +460+ [[ 200 == \5\0\2 ]] +460+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +460+ break +460+ rm eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg +460+ curl -JO https://cbi.eclipse.org/macos/xcrun/63f95736-bee9-428c-8810-600eb0cbd802/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 10.0M 0 10.0M 0 0 23.9M 0 --:--:-- --:--:-- --:--:-- 23.8M 100 98.9M 0 98.9M 0 0 69.7M 0 --:--:-- 0:00:01 --:--:-- 69.6M 100 191M 0 191M 0 0 79.0M 0 --:--:-- 0:00:02 --:--:-- 79.0M 100 284M 0 284M 0 0 83.2M 0 --:--:-- 0:00:03 --:--:-- 83.1M 100 379M 0 379M 0 0 85.9M 0 --:--:-- 0:00:04 --:--:-- 85.9M 100 473M 0 473M 0 0 87.4M 0 --:--:-- 0:00:05 --:--:-- 92.7M 100 478M 0 478M 0 0 84.5M 0 --:--:-- 0:00:05 --:--:-- 89.5M curl: Saved to filename 'eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg' +460+ cp -vf eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg ++332+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/status +332+ RESPONSE_RAW='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"7c1ab6ed-46a6-42fb-87ac-2beac7cac6a9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg\",\n \"uploadDate\": \"2024-01-11T19:00:00.067Z\",\n \"sha256\": \"e3a24133e312d09904488f703d8bcd0bdd98a4a983e2801b94f6a76c72bfefdf\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa8e6f86537a4fb2cbbc03c26619f00dd63ac74d\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4326c34d08f7894a7837ab15fb8367e22416d054\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4326c34d08f7894a7837ab15fb8367e22416d054\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++332+ head -n1 +332+ RESPONSE='{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"7c1ab6ed-46a6-42fb-87ac-2beac7cac6a9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg\",\n \"uploadDate\": \"2024-01-11T19:00:00.067Z\",\n \"sha256\": \"e3a24133e312d09904488f703d8bcd0bdd98a4a983e2801b94f6a76c72bfefdf\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fa8e6f86537a4fb2cbbc03c26619f00dd63ac74d\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4326c34d08f7894a7837ab15fb8367e22416d054\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4326c34d08f7894a7837ab15fb8367e22416d054\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++332+ tail -n1 +332+ STATUS_CODE=200 ++332+ jq -r .notarizationStatus.status ++332+ echo '{"uuid":"155fc5de-bd42-420a-8877-fec51111c516","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"7c1ab6ed-46a6-42fb-87ac-2beac7cac6a9\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:00:00.067Z\",\n' '\"sha256\":' '\"e3a24133e312d09904488f703d8bcd0bdd98a4a983e2801b94f6a76c72bfefdf\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fa8e6f86537a4fb2cbbc03c26619f00dd63ac74d\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4326c34d08f7894a7837ab15fb8367e22416d054\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.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-M1-macosx-cocoa-x86_64-13902577408034366214.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4326c34d08f7894a7837ab15fb8367e22416d054\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +332+ STATUS=COMPLETE +332+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +332+ [[ 200 == \5\0\3 ]] +332+ [[ 200 == \5\0\2 ]] +332+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +332+ break +332+ rm eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg +332+ curl -JO https://cbi.eclipse.org/macos/xcrun/155fc5de-bd42-420a-8877-fec51111c516/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'eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg' ++460+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg +460+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++460+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg +460+ b=eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg +460+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +460+ md5sum eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg 100 37.2M 0 37.2M 0 0 83.7M 0 --:--:-- --:--:-- --:--:-- 83.5M++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m +460+ sha1sum eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg 100 124M 0 124M 0 0 86.2M 0 --:--:-- 0:00:01 --:--:-- 86.1M+460+ sha512sum -b eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg 100 212M 0 212M 0 0 86.7M 0 --:--:-- 0:00:02 --:--:-- 86.6M 100 308M 0 308M 0 0 89.4M 0 --:--:-- 0:00:03 --:--:-- 89.3M+460+ rm eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +460+ rm -f eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +460+ rm -f eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +460+ rm -f eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 100 373M 0 373M 0 0 84.0M 0 --:--:-- 0:00:04 --:--:-- 84.0M 100 463M 0 463M 0 0 85.0M 0 --:--:-- 0:00:05 --:--:-- 85.2M 100 497M 0 497M 0 0 84.8M 0 --:--:-- 0:00:05 --:--:-- 84.4M curl: Saved to filename 'eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg' +332+ cp -vf eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg 'eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg' ++332+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg +332+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++332+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg +332+ b=eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg +332+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +332+ md5sum eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg +332+ sha1sum eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m +332+ sha512sum -b eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg +332+ rm eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +332+ rm -f eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +332+ rm -f eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +332+ rm -f eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++278+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/status +278+ RESPONSE_RAW='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a2c749eb-cf4e-495d-a9a7-c450329774d9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg\",\n \"uploadDate\": \"2024-01-11T18:59:32.258Z\",\n \"sha256\": \"3853a6d24eba94eafbe36c8fc1ed106dddba062c296ee9b56c8f25000fc5588a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2203e6885b763c8e6b9835711013a70c3cbec0fb\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34001323fec81435beb8c6fc7cae39b8f88436b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34001323fec81435beb8c6fc7cae39b8f88436b4\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++278+ head -n1 +278+ RESPONSE='{"uuid":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a2c749eb-cf4e-495d-a9a7-c450329774d9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg\",\n \"uploadDate\": \"2024-01-11T18:59:32.258Z\",\n \"sha256\": \"3853a6d24eba94eafbe36c8fc1ed106dddba062c296ee9b56c8f25000fc5588a\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2203e6885b763c8e6b9835711013a70c3cbec0fb\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34001323fec81435beb8c6fc7cae39b8f88436b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"34001323fec81435beb8c6fc7cae39b8f88436b4\",\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":"a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"a2c749eb-cf4e-495d-a9a7-c450329774d9\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T18:59:32.258Z\",\n' '\"sha256\":' '\"3853a6d24eba94eafbe36c8fc1ed106dddba062c296ee9b56c8f25000fc5588a\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2203e6885b763c8e6b9835711013a70c3cbec0fb\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"34001323fec81435beb8c6fc7cae39b8f88436b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.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-M1-macosx-cocoa-aarch64-328022398712807809.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"34001323fec81435beb8c6fc7cae39b8f88436b4\",\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-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ curl -JO https://cbi.eclipse.org/macos/xcrun/a9aa0efc-9bc0-4bde-ba4b-7f57a83fef47/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 34.0M 0 34.0M 0 0 80.6M 0 --:--:-- --:--:-- --:--:-- 80.4M++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m 100 104M 0 104M 0 0 74.2M 0 --:--:-- 0:00:01 --:--:-- 74.1M 100 174M 0 174M 0 0 72.5M 0 --:--:-- 0:00:02 --:--:-- 72.5M 100 243M 0 243M 0 0 71.3M 0 --:--:-- 0:00:03 --:--:-- 71.3M 100 318M 0 318M 0 0 72.2M 0 --:--:-- 0:00:04 --:--:-- 72.2M 100 404M 0 404M 0 0 74.7M 0 --:--:-- 0:00:05 --:--:-- 74.2M 100 495M 0 495M 0 0 77.3M 0 --:--:-- 0:00:06 --:--:-- 78.2M curl: Saved to filename 'eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg' +278+ cp -vf eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg 'eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg' ++278+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++278+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ b=eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +278+ md5sum eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ sha1sum eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ sha512sum -b eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg +278+ rm eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +278+ rm -f eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +278+ rm -f eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +278+ rm -f eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++596+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/status +596+ RESPONSE_RAW='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"28054898-1350-407e-bc7a-bc6230b6e0d0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:08.998Z\",\n \"sha256\": \"8751a3e129bb51a58a0c8142517133c840f226022cc2ff68f594b3994f1b55e1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98f5fe1ce20695b2ea69fc35356f000e77bb6d0d\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2078a0711f5a1ca509f2f985c3ef1f3973bd98a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2078a0711f5a1ca509f2f985c3ef1f3973bd98a\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++596+ head -n1 +596+ RESPONSE='{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"28054898-1350-407e-bc7a-bc6230b6e0d0\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:08.998Z\",\n \"sha256\": \"8751a3e129bb51a58a0c8142517133c840f226022cc2ff68f594b3994f1b55e1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98f5fe1ce20695b2ea69fc35356f000e77bb6d0d\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2078a0711f5a1ca509f2f985c3ef1f3973bd98a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2078a0711f5a1ca509f2f985c3ef1f3973bd98a\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++596+ tail -n1 +596+ STATUS_CODE=200 ++596+ jq -r .notarizationStatus.status ++596+ echo '{"uuid":"ce76ba06-e478-4f65-8be8-65a9ce052c75","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"28054898-1350-407e-bc7a-bc6230b6e0d0\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:03:08.998Z\",\n' '\"sha256\":' '\"8751a3e129bb51a58a0c8142517133c840f226022cc2ff68f594b3994f1b55e1\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98f5fe1ce20695b2ea69fc35356f000e77bb6d0d\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2078a0711f5a1ca509f2f985c3ef1f3973bd98a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8be1b559ec4cf5dc35ce8ba8f15ffa9534d489dc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401051819.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39600b04f8c4398d9bf1550799c9f3b9e64bff34\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.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-M1-macosx-cocoa-x86_64-7801491112015288767.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2078a0711f5a1ca509f2f985c3ef1f3973bd98a\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +596+ STATUS=COMPLETE +596+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +596+ [[ 200 == \5\0\3 ]] +596+ [[ 200 == \5\0\2 ]] +596+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +596+ break +596+ rm eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +596+ curl -JO https://cbi.eclipse.org/macos/xcrun/ce76ba06-e478-4f65-8be8-65a9ce052c75/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56.0M 0 56.0M 0 0 75.5M 0 --:--:-- --:--:-- --:--:-- 75.4M 100 138M 0 138M 0 0 79.3M 0 --:--:-- 0:00:01 --:--:-- 79.2M 100 232M 0 232M 0 0 84.7M 0 --:--:-- 0:00:02 --:--:-- 84.7M 100 320M 0 320M 0 0 85.5M 0 --:--:-- 0:00:03 --:--:-- 85.5M++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 394M 0 394M 0 0 83.5M 0 --:--:-- 0:00:04 --:--:-- 83.5M curl: Saved to filename 'eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg' +596+ cp -vf eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg 'eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg' ++596+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +596+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++596+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +596+ b=eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +596+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +596+ md5sum eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +596+ sha1sum eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +596+ sha512sum -b eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg +596+ rm eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +596+ rm -f eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +596+ rm -f eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +596+ rm -f eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++720+ jq -r .notarizationStatus.status +720+ STATUS=IN_PROGRESS +720+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++720+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/status +720+ RESPONSE_RAW='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3a03b464-f23e-4d9b-8e8b-58c540873851\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg\",\n \"uploadDate\": \"2024-01-11T19:04:10.927Z\",\n \"sha256\": \"ce09e1192860a4d4c36027171e964ef489c550a18afa20d80b572251c6dc0111\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e5c53c59b2d69f5d88ca8b5b283c914afac7cd1\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15d6d2dc56cc26c2bf386a507d1a36f87bf99aa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.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-M1-macosx-cocoa-x86_64-8672596312521824042.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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15d6d2dc56cc26c2bf386a507d1a36f87bf99aa8\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++720+ head -n1 +720+ RESPONSE='{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3a03b464-f23e-4d9b-8e8b-58c540873851\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg\",\n \"uploadDate\": \"2024-01-11T19:04:10.927Z\",\n \"sha256\": \"ce09e1192860a4d4c36027171e964ef489c550a18afa20d80b572251c6dc0111\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2e5c53c59b2d69f5d88ca8b5b283c914afac7cd1\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15d6d2dc56cc26c2bf386a507d1a36f87bf99aa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.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-M1-macosx-cocoa-x86_64-8672596312521824042.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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15d6d2dc56cc26c2bf386a507d1a36f87bf99aa8\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++720+ tail -n1 +720+ STATUS_CODE=200 ++720+ jq -r .notarizationStatus.status ++720+ echo '{"uuid":"294e9b7e-9ada-42e2-858e-0e1ac49be808","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"3a03b464-f23e-4d9b-8e8b-58c540873851\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:04:10.927Z\",\n' '\"sha256\":' '\"ce09e1192860a4d4c36027171e964ef489c550a18afa20d80b572251c6dc0111\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2e5c53c59b2d69f5d88ca8b5b283c914afac7cd1\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15d6d2dc56cc26c2bf386a507d1a36f87bf99aa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.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-M1-macosx-cocoa-x86_64-8672596312521824042.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-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64-8672596312521824042.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15d6d2dc56cc26c2bf386a507d1a36f87bf99aa8\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +720+ STATUS=COMPLETE +720+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +720+ [[ 200 == \5\0\3 ]] +720+ [[ 200 == \5\0\2 ]] +720+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +720+ break +720+ rm eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +720+ curl -JO https://cbi.eclipse.org/macos/xcrun/294e9b7e-9ada-42e2-858e-0e1ac49be808/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 70.3M 0 70.3M 0 0 80.9M 0 --:--:-- --:--:-- --:--:-- 80.8M 100 151M 0 151M 0 0 78.1M 0 --:--:-- 0:00:01 --:--:-- 78.1M 100 235M 0 235M 0 0 82.0M 0 --:--:-- 0:00:02 --:--:-- 82.0M 100 330M 0 330M 0 0 85.4M 0 --:--:-- 0:00:03 --:--:-- 85.3M 100 411M 0 411M 0 0 84.5M 0 --:--:-- 0:00:04 --:--:-- 84.4M 100 421M 0 421M 0 0 84.6M 0 --:--:-- 0:00:04 --:--:-- 85.5M curl: Saved to filename 'eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg' +720+ cp -vf eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg 'eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg' ++720+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +720+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++720+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +720+ b=eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +720+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +720+ md5sum eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +720+ sha1sum eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +720+ sha512sum -b eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg +720+ rm eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +720+ rm -f eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +720+ rm -f eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +720+ rm -f eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++374+ jq -r .notarizationStatus.status +374+ STATUS=IN_PROGRESS +374+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++374+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/status +374+ RESPONSE_RAW='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e3ef1586-b187-4900-a548-f07521d1383e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg\",\n \"uploadDate\": \"2024-01-11T19:00:19.104Z\",\n \"sha256\": \"58fbfc9013c6f50da9bf4971995495548674dda9a8035fb92a385ea00afa667c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75d45d5ea8f348ffa4dc303880820d63646af59\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76bc05118722a0753b23d6a41b7fdd1f5f2dc6e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.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-M1-macosx-cocoa-x86_64-772801497779036409.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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76bc05118722a0753b23d6a41b7fdd1f5f2dc6e3\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++374+ head -n1 +374+ RESPONSE='{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e3ef1586-b187-4900-a548-f07521d1383e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg\",\n \"uploadDate\": \"2024-01-11T19:00:19.104Z\",\n \"sha256\": \"58fbfc9013c6f50da9bf4971995495548674dda9a8035fb92a385ea00afa667c\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c75d45d5ea8f348ffa4dc303880820d63646af59\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76bc05118722a0753b23d6a41b7fdd1f5f2dc6e3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.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-M1-macosx-cocoa-x86_64-772801497779036409.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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76bc05118722a0753b23d6a41b7fdd1f5f2dc6e3\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++374+ tail -n1 +374+ STATUS_CODE=200 ++374+ jq -r .notarizationStatus.status ++374+ echo '{"uuid":"5781d25d-cd28-4bda-b4af-b789a0109097","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"e3ef1586-b187-4900-a548-f07521d1383e\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:00:19.104Z\",\n' '\"sha256\":' '\"58fbfc9013c6f50da9bf4971995495548674dda9a8035fb92a385ea00afa667c\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c75d45d5ea8f348ffa4dc303880820d63646af59\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76bc05118722a0753b23d6a41b7fdd1f5f2dc6e3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.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-M1-macosx-cocoa-x86_64-772801497779036409.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-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64-772801497779036409.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76bc05118722a0753b23d6a41b7fdd1f5f2dc6e3\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +374+ STATUS=COMPLETE +374+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +374+ [[ 200 == \5\0\3 ]] +374+ [[ 200 == \5\0\2 ]] +374+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +374+ break +374+ rm eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +374+ curl -JO https://cbi.eclipse.org/macos/xcrun/5781d25d-cd28-4bda-b4af-b789a0109097/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 39.8M 0 39.8M 0 0 58.4M 0 --:--:-- --:--:-- --:--:-- 58.3M 100 119M 0 119M 0 0 71.2M 0 --:--:-- 0:00:01 --:--:-- 71.1M 100 212M 0 212M 0 0 79.1M 0 --:--:-- 0:00:02 --:--:-- 79.0M 100 304M 0 304M 0 0 82.6M 0 --:--:-- 0:00:03 --:--:-- 82.6M 100 400M 0 400M 0 0 85.6M 0 --:--:-- 0:00:04 --:--:-- 85.5M 100 479M 0 479M 0 0 85.6M 0 --:--:-- 0:00:05 --:--:-- 89.4M curl: Saved to filename 'eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg' +374+ cp -vf eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg 'eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg' ++374+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +374+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++374+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +374+ b=eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +374+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +374+ md5sum eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +374+ sha1sum eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +374+ sha512sum -b eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg +374+ rm eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +374+ rm -f eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +374+ rm -f eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +374+ rm -f eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","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 ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++224+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/status +224+ RESPONSE_RAW='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e0e50595-5fa2-4675-be73-c2694095612f\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg\",\n \"uploadDate\": \"2024-01-11T18:59:01.209Z\",\n \"sha256\": \"3ef54ca85d716bdcd3722d04d5ee1bd8aa1e645f2735a359991836649abe92cb\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a735be1a587632306edcbe0fb21690e2a624871e\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21acd0d6f3bc15b75e7b0c4baa407a6247e26333\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.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-M1-macosx-cocoa-aarch64-17867941410514824114.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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21acd0d6f3bc15b75e7b0c4baa407a6247e26333\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++224+ head -n1 +224+ RESPONSE='{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e0e50595-5fa2-4675-be73-c2694095612f\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg\",\n \"uploadDate\": \"2024-01-11T18:59:01.209Z\",\n \"sha256\": \"3ef54ca85d716bdcd3722d04d5ee1bd8aa1e645f2735a359991836649abe92cb\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a735be1a587632306edcbe0fb21690e2a624871e\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21acd0d6f3bc15b75e7b0c4baa407a6247e26333\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.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-M1-macosx-cocoa-aarch64-17867941410514824114.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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21acd0d6f3bc15b75e7b0c4baa407a6247e26333\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++224+ tail -n1 +224+ STATUS_CODE=200 ++224+ jq -r .notarizationStatus.status ++224+ echo '{"uuid":"2c2fc393-0124-44e3-8661-4f9021a9eaa1","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"e0e50595-5fa2-4675-be73-c2694095612f\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T18:59:01.209Z\",\n' '\"sha256\":' '\"3ef54ca85d716bdcd3722d04d5ee1bd8aa1e645f2735a359991836649abe92cb\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a735be1a587632306edcbe0fb21690e2a624871e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21acd0d6f3bc15b75e7b0c4baa407a6247e26333\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.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-M1-macosx-cocoa-aarch64-17867941410514824114.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-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64-17867941410514824114.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21acd0d6f3bc15b75e7b0c4baa407a6247e26333\",\n' '\"arch\":' '\"arm64\"\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-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +224+ curl -JO https://cbi.eclipse.org/macos/xcrun/2c2fc393-0124-44e3-8661-4f9021a9eaa1/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 58.5M 0 58.5M 0 0 77.9M 0 --:--:-- --:--:-- --:--:-- 77.8M 100 143M 0 143M 0 0 72.6M 0 --:--:-- 0:00:01 --:--:-- 72.6M 100 208M 0 208M 0 0 75.7M 0 --:--:-- 0:00:02 --:--:-- 75.6M 100 273M 0 273M 0 0 73.0M 0 --:--:-- 0:00:03 --:--:-- 72.9M 100 367M 0 367M 0 0 77.4M 0 --:--:-- 0:00:04 --:--:-- 77.3M 100 446M 0 446M 0 0 77.7M 0 --:--:-- 0:00:05 --:--:-- 77.6M 100 537M 0 537M 0 0 79.5M 0 --:--:-- 0:00:06 --:--:-- 82.4M 100 585M 0 585M 0 0 80.6M 0 --:--:-- 0:00:07 --:--:-- 83.7M curl: Saved to filename 'eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg' +224+ cp -vf eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg 'eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg' ++224+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +224+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++224+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +224+ b=eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +224+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +224+ md5sum eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +224+ sha1sum eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++834+ jq -r .notarizationStatus.status +834+ STATUS=IN_PROGRESS +834+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ sleep 1m +224+ sha512sum -b eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg +224+ rm eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +224+ rm -f eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +224+ rm -f eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +224+ rm -f eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m ++834+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/status +834+ RESPONSE_RAW='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a76a75a0-c89a-4e3a-b76b-8271b91487e6\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:04.238Z\",\n \"sha256\": \"c6cc5886b765003c7934aa6f8308946c4ad3bb2e2f6b3abd77424ca08282a83f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43bd5aa3bd77c52cfefc0e29279d0dee76dc12f1\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69b132471d318bcba6a3bb0f6520cb6dacd9653d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69b132471d318bcba6a3bb0f6520cb6dacd9653d\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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' ++834+ head -n1 +834+ RESPONSE='{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a76a75a0-c89a-4e3a-b76b-8271b91487e6\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg\",\n \"uploadDate\": \"2024-01-11T19:03:04.238Z\",\n \"sha256\": \"c6cc5886b765003c7934aa6f8308946c4ad3bb2e2f6b3abd77424ca08282a83f\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43bd5aa3bd77c52cfefc0e29279d0dee76dc12f1\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69b132471d318bcba6a3bb0f6520cb6dacd9653d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8cc5d042b7af2e13861ea4c40572db843653731d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2433445c3b405767b267e2e920dba2159010134d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d19f273ada015394827411e587702fd7ee1285c5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"510fac3e81c210527579b3d7b071946e5a5bf009\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d8feb6935111a647c5a5238657d3b6be5755f367\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c03062c7fb227f2751ae776a0206d9653391c3af\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e127603abd1b986145672d6db825774bd3dc3d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0030c13566eda66acf22c59cbea36755e46483d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"229c07b6a982414014ffca35c1574c323fc71186\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ec45f011b183476637d343fee1efc89943a5c37c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb70069fd730511584edb4f1f379075bdea95530\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1057c10e31482760a70a6dfe3de65c101c869cce\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"de0622284b43989c62d7bd4133200d1a1f616e34\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a430b91b51088d49665ec545217be78280edb5d3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e391389893f0d6acf0a576c4672db343b7a821c2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"63aa10a119b03d0894b2934b04c28f713386f804\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9cb63532233f282d968600ed34464c8fb38a6184\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"adfb9182988af4c2331e9b10129842195f982b32\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"61372f2f3af54cdf6185f38632765ec89526d719\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"21c700c0be072bfffe14e651d6928e0d34994817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"71c16dc9d18007533aefb0972e6012465b894d11\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"19c07475f1f3204daa015be2079b43328eeffe18\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90e250b6a67043e0b574e1fb8c828607412b595b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"72b9dd334618fff211efd720c6825a7c24d43470\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"69b132471d318bcba6a3bb0f6520cb6dacd9653d\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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"}}' ++834+ tail -n1 +834+ STATUS_CODE=200 ++834+ jq -r .notarizationStatus.status ++834+ echo '{"uuid":"10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"a76a75a0-c89a-4e3a-b76b-8271b91487e6\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:03:04.238Z\",\n' '\"sha256\":' '\"c6cc5886b765003c7934aa6f8308946c4ad3bb2e2f6b3abd77424ca08282a83f\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43bd5aa3bd77c52cfefc0e29279d0dee76dc12f1\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69b132471d318bcba6a3bb0f6520cb6dacd9653d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fbd32bd2d8dbb81a85ec27a9276007f838c76a6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36bafde5e5575dd464e12e3dc31bd034ef05cab0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bc84b96a3334322d04d5562fb2eec5048fe6e11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"45ca7782fae2dcda78afea4c5ca82ed00a5db47f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8cc5d042b7af2e13861ea4c40572db843653731d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2433445c3b405767b267e2e920dba2159010134d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d19f273ada015394827411e587702fd7ee1285c5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"510fac3e81c210527579b3d7b071946e5a5bf009\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d8feb6935111a647c5a5238657d3b6be5755f367\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85ebabcd17f0ba820a6b76d9261d2ad7f2ef3282\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0b0335f871f8eb13dc816a63427a9fea04f25074\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20ba9fd29f54260c6b4c5be063d7ac9c5b812aa9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"10aaec56063d7758704ebb7cdc3a49ff2545e722\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"232d5dbdecb4713520ddbaefa029a37e9485f79c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dc51efc6efc07894deb5f142240b9869a0a0e0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c03062c7fb227f2751ae776a0206d9653391c3af\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"80dab57798ecc4f82ee728644c75cfb92c4b3c06\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aec358718a9f9eb76af3177b87335e67c7f50b79\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0678c6ab454c2dc7090f7e89430eb532eb466d15\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e127603abd1b986145672d6db825774bd3dc3d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d65deebd7de8f7e729717dd501ed1120ce6b773b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64753a6ce06796eb93d8d822b4c1c6ac4fc7dd3a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0030c13566eda66acf22c59cbea36755e46483d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e81bbba4c902761ecc8c15cb475003a73b88678\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"362e6c2a76f266fc9b95a3cb2b5e22bd7cdf8f2e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e51bcb3133cff4b41136d42394870e0a179b6c60\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"229c07b6a982414014ffca35c1574c323fc71186\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"514e393cfa772e1fade7da4ea2df657ad1cb9c9c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ab6ef06d597973749af8c711974c1aa3d9af81f\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"245d95d69a3e9b81455fcc02f6e17a76375c1e07\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d10ae527485de0b5fffcfd453bc85a83f1a9f4a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ec45f011b183476637d343fee1efc89943a5c37c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5031bb387c8d59abadb962b9d9477713c9a9524e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"325075fc101c41c9863b8c35eb8aa92df2e7a1a5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c6bed6d386eefbaf334c6526a098f5891b3b0c20\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00bbb0430706594fee96ae74a0fa170e9c77d497\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7cb2b0cefac89cae46b506ecf39412156386fbc8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb70069fd730511584edb4f1f379075bdea95530\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1057c10e31482760a70a6dfe3de65c101c869cce\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b925422f7e8ac7dc42a40c20149dc7915f778e58\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"20a4c496f5fe76578b1fe49a6c03dc684e187daa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"87dc51d05223e3b2ef26b0200c32e6155667c582\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f486b9e8227678c715cf73d0d47a39e57760e1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d0cf3a6997a727beeb4774b3b1823ca329f99a56\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"da6c304bf83bc7b14c4039a2ee93f9a599ee69eb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"de0622284b43989c62d7bd4133200d1a1f616e34\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a430b91b51088d49665ec545217be78280edb5d3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99dedaf497b551f1a9ccc352e94cf4046c6dff91\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea37dbe67ee1077f3000cd30a6bdd28c1b7ee8f1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"353c60a8a375fdd064a5ed60903c1b4bb3dcf649\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9683feb8e4a1d93fc2c4376780cd9ebecb406662\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e391389893f0d6acf0a576c4672db343b7a821c2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1de2cab54e7cc4115c5b4d13990737591502cb3b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"393f3db3aacc0175b517cbbf4ac6211c004a493e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"63aa10a119b03d0894b2934b04c28f713386f804\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afb59c1bbf9a0dde6955ef1282a0599a9d02cc36\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9cb63532233f282d968600ed34464c8fb38a6184\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a83cbb397368eba96e89ee6a667af6b95cbc3a86\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"adfb9182988af4c2331e9b10129842195f982b32\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a685c25fcec8e520f8b1b9a744ff20dd51cf1364\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07182316d16e95d255f11b293f5aebf02faaf8d4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"61372f2f3af54cdf6185f38632765ec89526d719\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"21c700c0be072bfffe14e651d6928e0d34994817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e71b8a2694cd40581bddd35ce9636dafe4951d2d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"71c16dc9d18007533aefb0972e6012465b894d11\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"19c07475f1f3204daa015be2079b43328eeffe18\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90e250b6a67043e0b574e1fb8c828607412b595b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8b3007f9b9b81fab4ff1c0b209eb046d9b8c79a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"72b9dd334618fff211efd720c6825a7c24d43470\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad273e856a3fe53d1c6e152b6cba1c6dd734c529\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ac3ef803d4b5ab6cb640404e6074b31c1773651\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c81d140109cd4eedec32a5faf971ceef7c28a1b3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2eb889f63bcc425f939a5662882b59cda1cb728c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"69b132471d318bcba6a3bb0f6520cb6dacd9653d\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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-M1-macosx-cocoa-aarch64-5914525099043601054.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"}}' +834+ STATUS=COMPLETE +834+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +834+ [[ 200 == \5\0\3 ]] +834+ [[ 200 == \5\0\2 ]] +834+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +834+ break +834+ rm eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ curl -JO https://cbi.eclipse.org/macos/xcrun/10cc8d3e-8cee-46be-a4f6-dfdb6e4c530f/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 13.9M 0 13.9M 0 0 69.3M 0 --:--:-- --:--:-- --:--:-- 68.9M 100 92.6M 0 92.6M 0 0 77.1M 0 --:--:-- 0:00:01 --:--:-- 77.1M 100 162M 0 162M 0 0 73.8M 0 --:--:-- 0:00:02 --:--:-- 73.8M 100 236M 0 236M 0 0 73.9M 0 --:--:-- 0:00:03 --:--:-- 73.9M 100 302M 0 302M 0 0 72.0M 0 --:--:-- 0:00:04 --:--:-- 72.0M 100 373M 0 373M 0 0 71.7M 0 --:--:-- 0:00:05 --:--:-- 71.8M 100 430M 0 430M 0 0 69.3M 0 --:--:-- 0:00:06 --:--:-- 67.4M 100 499M 0 499M 0 0 69.4M 0 --:--:-- 0:00:07 --:--:-- 67.4M 100 523M 0 523M 0 0 69.2M 0 --:--:-- 0:00:07 --:--:-- 65.7M ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status curl: Saved to filename 'eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg' +834+ cp -vf eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++658+ jq -r .notarizationStatus.status +658+ STATUS=IN_PROGRESS +658+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ sleep 1m 'eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg' ++834+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++834+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ b=eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +834+ md5sum eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ sha1sum eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ sha512sum -b eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg +834+ rm eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize +834+ rm -f eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.md5 +834+ rm -f eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +834+ rm -f eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++658+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/status +658+ RESPONSE_RAW='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"8511394c-c11f-4e05-90f7-a0ffc2e9a5ad\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg\",\n \"uploadDate\": \"2024-01-11T19:04:53.271Z\",\n \"sha256\": \"e59b80ce5949daafe8592c796c2e4a78505d974ac07dc732825287ca60417611\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"78a40d216cd63fab51d20252df2ba7767d0e47ab\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c21856170a1a25589072812cd94d693f7f9709\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.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-M1-macosx-cocoa-x86_64-5500383276287787082.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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c21856170a1a25589072812cd94d693f7f9709\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++658+ head -n1 +658+ RESPONSE='{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"8511394c-c11f-4e05-90f7-a0ffc2e9a5ad\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg\",\n \"uploadDate\": \"2024-01-11T19:04:53.271Z\",\n \"sha256\": \"e59b80ce5949daafe8592c796c2e4a78505d974ac07dc732825287ca60417611\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"78a40d216cd63fab51d20252df2ba7767d0e47ab\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c21856170a1a25589072812cd94d693f7f9709\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39f6072fa280398d53e17839300ff6926eac37a7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9c4e2d83580c26023af01124dcbf068754525de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.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-M1-macosx-cocoa-x86_64-5500383276287787082.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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"096db3a91e948371ce8f25c37e971674bb2060c5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"43dcb085daec0144d29de4583c167375194c74ef\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1b490efe6a198588ed378df206c4af1db10a156f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c762859c78879594c0374b31c81ea35503cdb85a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0913f5fefc182268f0df79955355d0ec4614eee5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8f1bdc25688424c25482849d442e39f7617aac3d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91c6bb6b92afd42224749a3eba24545e06090569\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24c5438f28daa24110488b96ef8f1524d10584d4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c3399696e475b2624a40548371f06388575bb52e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d443b32a149733a60f420bba9fcbf9949e16438d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fb223f030394dc943cb3141fbdc562c54100eace\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41921075445b955d30013612c43e294d47273a18\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8503d09e8a628d215db2a6001e31590a55981281\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36dc6e544a752db0fa120a0f771c899ff3134110\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc408eba731e8e15e98d53e011fdef969171d79b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"106aef60f3202f1b1614aca5ee25d76c64284977\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c359311b958148693e77780f5f4c08167c22a0d3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b3c21856170a1a25589072812cd94d693f7f9709\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++658+ tail -n1 +658+ STATUS_CODE=200 ++658+ jq -r .notarizationStatus.status ++658+ echo '{"uuid":"0af0338d-02d4-4766-95b0-dc340f71998b","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"8511394c-c11f-4e05-90f7-a0ffc2e9a5ad\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg\",\n' '\"uploadDate\":' '\"2024-01-11T19:04:53.271Z\",\n' '\"sha256\":' '\"e59b80ce5949daafe8592c796c2e4a78505d974ac07dc732825287ca60417611\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"78a40d216cd63fab51d20252df2ba7767d0e47ab\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3c21856170a1a25589072812cd94d693f7f9709\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240111-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17610999e91cbf45c6408b6adecc5777cb36f4e8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1e72e19d404e6265a3ce404f04f116393dbe08c8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39f6072fa280398d53e17839300ff6926eac37a7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9c4e2d83580c26023af01124dcbf068754525de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401051819.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b85e2e506c8e3dd50e4676b31544e848f0a52ca0\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-pi-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1ea1d7369bf785216b31cf606de9ca9da4da6de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-awt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ae2c2a5bd1781f2b8c671231565a1c308733027e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240103-0741.jar/libswt-cocoa-4964r4.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f8abca68b550b0fc671e1c706faa0ec1b8ce28f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.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-M1-macosx-cocoa-x86_64-5500383276287787082.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-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6e7d4669729e2fd9c97bfc4290d6508318890a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d18309c970cf84c3e366f430e0e8fdcef5c8f71\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"57d75f38ce8ddd0373b671123a6a7efd781a4620\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9358cf431fa8820913d83932448ce7e6c521bf1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"096db3a91e948371ce8f25c37e971674bb2060c5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"823478f2b0d88d415cd0445b0ca7570d12cfcebc\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aefdce44bf038053f96c3552cffcfcff81f63ba2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d817d8f181f234eaeb9d03f42efa4cf6afe2e35d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"43dcb085daec0144d29de4583c167375194c74ef\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb920dfb0f54bcc939302b51383cb5e8967b8386\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"86b3c0930c279f4a0f5e110658a3098d773c359c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1b490efe6a198588ed378df206c4af1db10a156f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be4ef91dcf1e9bd81dd33547c62b4f2bbef3ef25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9b5ad005be5cb2962d63e2fbfc0e4a8b221f6676\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c2d2b2559a8732c195d80467fb0d57bc7699f3bf\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0467dabbfeac2cf938d23a3659f59cadb255bc2a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c762859c78879594c0374b31c81ea35503cdb85a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c8e01e148ab0be8ee57ffa88e15fadaafddf66a4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc06c08c0a754227e1ed3f920d61208b108ce078\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eb2fd68a38a3610121117258130d8a7928e69e3f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"02c3b3ad5a3a329d99a4b9852cbba5f422d00872\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0913f5fefc182268f0df79955355d0ec4614eee5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5bbc0961c97e1148c10dcabb0c5d8996c4a1c8f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8f1bdc25688424c25482849d442e39f7617aac3d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9fbc11df46005536fb615a59b1d627d182c1ad9b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36d6d363fcf2040f1aa48ab7e03db138d56aa767\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e1faabe007b3f98a4436a1ed9130f831dc3f0d88\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91c6bb6b92afd42224749a3eba24545e06090569\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24c5438f28daa24110488b96ef8f1524d10584d4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15f5caae33050192a37a00a3a7eaafec272d0bbe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ecf0a5aae96ec9f4f5de404d79c88a5cd998fff4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1582e18de731ff3e6aeb56c821873132c0d43e19\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"06c2ac6758da4011d84daa0308d4c7e0ce026b5b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c3399696e475b2624a40548371f06388575bb52e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00086f6aa2118c206433d8eca40cdd1261d6b758\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4b6db47492b94955e9807065b775c08fbc4f0f7e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1d7f5b4ddcc759a810866bddd67c821b4a4407b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05736bbc034ab8601252cc7c9fd7d75127cbd715\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e9cb9070b67ce962402a96790d42c0b2510e0b4e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3ce25bbac5dd9725684cefbfea6d20af5571308\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"881d6e42074a4ea5605b7a84a7ba6b4dc15e380b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6f836c96af5ab2d1c49a3eeef2b65ad421f4cb8f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fd4294ad6cc891a42b428e73330bc2f4c8d0966e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d443b32a149733a60f420bba9fcbf9949e16438d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8baaa121d3f2533913b00ad95b86eb5efc57f191\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8009ac4ec06f324b58ef3de5088d423a479b7516\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"053a8ef8dd20439a28d6fb5468d7767f9e9b088c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4eba7cd286b2dfe37d993aa320ee97adcbef119\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4328fbb1071a239ed137be347e96a7db2866e7a9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fb223f030394dc943cb3141fbdc562c54100eace\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b9e719fdd3d7363d2e803f08d40818effaed5ec4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a2f9cd96dfd0a1feac96306a2ba6cef70cf1c348\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d22d87839199c8fbecdc18f1d5b2ed05b0e39504\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a52d3920ad14aaac6a0ffa8312fb3d6a957cbbba\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41921075445b955d30013612c43e294d47273a18\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0a3e4772417b05ff20ea581f65fad3ea07e6a04\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8503d09e8a628d215db2a6001e31590a55981281\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"eba9e299a0a3016548e5a8590b8d6cf7caf17a1f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0789cbf5a53eade6d766071e059041d0ec6fe06e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"99b67e6ca5fb2b532b1975c5ee011b5f361505c9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a105eee4be8d386db2ac4520a594e0ed880e6be1\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cbf9ab322dea26a8657f3f0a36c1781bfa2a9d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36dc6e544a752db0fa120a0f771c899ff3134110\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2004b2dede8fac6feb7ab310eb3fe423fd1b91bb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc408eba731e8e15e98d53e011fdef969171d79b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d72bb94cbdd7e76f725451d6f05fcacfddc7cf8b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"106aef60f3202f1b1614aca5ee25d76c64284977\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e2c3218d6873707fa89b0f2fa0d91eb47c663d06\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.9.v20231028-0858/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c359311b958148693e77780f5f4c08167c22a0d3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64-5500383276287787082.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b3c21856170a1a25589072812cd94d693f7f9709\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +658+ STATUS=COMPLETE +658+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +658+ [[ 200 == \5\0\3 ]] +658+ [[ 200 == \5\0\2 ]] +658+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +658+ break +658+ rm eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +658+ curl -JO https://cbi.eclipse.org/macos/xcrun/0af0338d-02d4-4766-95b0-dc340f71998b/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35.7M 0 35.7M 0 0 71.1M 0 --:--:-- --:--:-- --:--:-- 71.0M 100 123M 0 123M 0 0 82.4M 0 --:--:-- 0:00:01 --:--:-- 82.4M 100 207M 0 207M 0 0 82.8M 0 --:--:-- 0:00:02 --:--:-- 82.8M 100 295M 0 295M 0 0 84.4M 0 --:--:-- 0:00:03 --:--:-- 84.3M 100 376M 0 376M 0 0 83.7M 0 --:--:-- 0:00:04 --:--:-- 83.6M 100 461M 0 461M 0 0 83.8M 0 --:--:-- 0:00:05 --:--:-- 85.0M 100 550M 0 550M 0 0 84.7M 0 --:--:-- 0:00:06 --:--:-- 85.4M 100 586M 0 586M 0 0 85.0M 0 --:--:-- 0:00:06 --:--:-- 86.2M curl: Saved to filename 'eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg' +658+ cp -vf eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg' ++658+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +658+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++658+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +658+ b=eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +658+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +658+ md5sum eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +658+ sha1sum eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +658+ sha512sum -b eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg +658+ rm eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize +658+ rm -f eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.md5 +658+ rm -f eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +658+ rm -f eclipse-modeling-2024-03-M1-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-M1-macosx-cocoa-aarch64.dmg eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 -name '*.dmg' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M1-macosx-cocoa-aarch64.dmg-tonotarize*' +133+ for i in $( find * -name '*.dmg' ) +133+ scp eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +133+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-signed +133+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M1-macosx-cocoa-x86_64.dmg-tonotarize*' +133+ popd ~/agent/workspace/notarize-downloads ++133+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +133+ [[ -n '' ]] $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 50 killed; [ssh-agent] Stopped. Archiving artifacts Finished: SUCCESS