Started by user Jonah Graham Running as Jonah Graham Agent basic-jnj3j is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-jnj3j" 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-jnj3j" - 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-jnj3j" - 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-jnj3j (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-5aDLOFP0mIXH/agent.49 SSH_AGENT_PID=51 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_8405381631734801697.key (/home/jenkins/agent/workspace/notarize-downloads@tmp/private_key_8405381631734801697.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 9e1693b0ad126aa008484cd98fafbec11b783e9c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9e1693b0ad126aa008484cd98fafbec11b783e9c # timeout=10 Commit message: "Set version qualifiers with setGitDate script" > git rev-list --no-walk 9940aafd47802293a52a9d2c60e4b8273e6aea69 # timeout=10 [notarize-downloads] $ /bin/bash /tmp/jenkins6723118491112430123.sh + export 'PS4=+$$+ ' + PS4='+$$+ ' +134+ SSHUSER=genie.packaging@projects-storage.eclipse.org +134+ SSH='ssh genie.packaging@projects-storage.eclipse.org' +134+ SCP=scp +134+ mkdir temp +134+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++134+ ssh genie.packaging@projects-storage.eclipse.org find /home/data/httpd/download.eclipse.org/technology/epp/staging -maxdepth 1 -name '*.dmg-tonotarize' +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize . +134+ for path in $( ${SSH} find ${RELEASES_DIR} -maxdepth 1 -name '*.dmg-tonotarize' ) +134+ scp genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize . +134+ popd ~/agent/workspace/notarize-downloads ++134+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +181+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++181+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg +181+ DMG=eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg +181+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++181+ echo eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++181+ sed s/_/-/g +181+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-03-M2-macosx-cocoa-x86-64.dmg +181+ retryCount=1 +181+ '[' 1 -gt 0 ']' ++181+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++181+ jq -r .uuid +181+ UUID=1bbe2b29-30fa-4038-8cfe-9c349ae5885f ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ 200 == \5\0\3 ]] +181+ [[ 200 == \5\0\2 ]] +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +203+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++203+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +203+ DMG=eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +203+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++203+ echo eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++203+ sed s/_/-/g +203+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +203+ retryCount=1 +203+ '[' 1 -gt 0 ']' ++203+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++203+ jq -r .uuid +203+ UUID=c8b0e868-2603-4d1b-9394-301c83df65c6 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ 200 == \5\0\3 ]] +203+ [[ 200 == \5\0\2 ]] +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +225+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg ++225+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +225+ DMG=eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +225+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg ++225+ echo eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg ++225+ sed s/_/-/g +225+ PRIMARY_BUNDLE_ID=eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +225+ retryCount=1 +225+ '[' 1 -gt 0 ']' ++225+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++225+ jq -r .uuid +225+ UUID=e4a22192-4b2f-4451-9e7e-04456d0315f9 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ 200 == \5\0\3 ]] +225+ [[ 200 == \5\0\2 ]] +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +247+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++247+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +247+ DMG=eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +247+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++247+ echo eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++247+ sed s/_/-/g +247+ PRIMARY_BUNDLE_ID=eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86-64.dmg +247+ retryCount=1 +247+ '[' 1 -gt 0 ']' ++247+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++247+ jq -r .uuid +247+ UUID=55befd4a-1173-47e3-86ed-5473fc2c2a18 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ 200 == \5\0\3 ]] +247+ [[ 200 == \5\0\2 ]] +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +279+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg ++279+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +279+ DMG=eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +279+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg ++279+ echo eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg ++279+ sed s/_/-/g +279+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-03-M2-macosx-cocoa-x86-64.dmg +279+ retryCount=1 +279+ '[' 1 -gt 0 ']' ++279+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++279+ jq -r .uuid +279+ UUID=4722a89a-9572-4656-a94b-b9860adbb085 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ 200 == \5\0\3 ]] +279+ [[ 200 == \5\0\2 ]] +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +311+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg ++311+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg +311+ DMG=eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg +311+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg ++311+ echo eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg ++311+ sed s/_/-/g +311+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-03-M2-macosx-cocoa-x86-64.dmg +311+ retryCount=1 +311+ '[' 1 -gt 0 ']' ++311+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++311+ jq -r .uuid +311+ UUID=4a2af153-21f6-4cfa-93e0-b1d088b680ba ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ 200 == \5\0\3 ]] +311+ [[ 200 == \5\0\2 ]] +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +343+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++343+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +343+ DMG=eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +343+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++343+ sed s/_/-/g ++343+ echo eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +343+ PRIMARY_BUNDLE_ID=eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +343+ retryCount=1 +343+ '[' 1 -gt 0 ']' ++343+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++343+ jq -r .uuid +343+ UUID=56520868-8ad1-43ff-8cfe-d5e678905900 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ 200 == \5\0\3 ]] +343+ [[ 200 == \5\0\2 ]] +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +375+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg ++375+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +375+ DMG=eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +375+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg ++375+ echo eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg ++375+ sed s/_/-/g +375+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-03-M2-macosx-cocoa-x86-64.dmg +375+ retryCount=1 +375+ '[' 1 -gt 0 ']' ++375+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++375+ jq -r .uuid +375+ UUID=dab636ed-d5c9-48c4-a024-8ab9483e3390 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ 200 == \5\0\3 ]] +375+ [[ 200 == \5\0\2 ]] +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +417+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg ++417+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ DMG=eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++417+ echo eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg ++417+ sed s/_/-/g +417+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ retryCount=1 +417+ '[' 1 -gt 0 ']' ++417+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++417+ jq -r .uuid +417+ UUID=2e184d9e-3859-4c61-aa7d-28c51be65b2f ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ 200 == \5\0\3 ]] +417+ [[ 200 == \5\0\2 ]] +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +459+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg ++459+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ DMG=eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++459+ echo eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg ++459+ sed s/_/-/g +459+ PRIMARY_BUNDLE_ID=eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ retryCount=1 +459+ '[' 1 -gt 0 ']' ++459+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++459+ jq -r .uuid +459+ UUID=2255eb9e-a4f9-4051-b276-7015b22e4bdd ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ 200 == \5\0\3 ]] +459+ [[ 200 == \5\0\2 ]] +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ sleep 18s +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ tee --append eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +501+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg ++501+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg +501+ DMG=eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg +501+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++501+ echo eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg ++501+ sed s/_/-/g +501+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-03-M2-macosx-cocoa-x86-64.dmg +501+ retryCount=1 +501+ '[' 1 -gt 0 ']' ++501+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++501+ jq -r .uuid +501+ UUID=c8211805-2981-4182-b5c3-5b135efaf26c ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ 200 == \5\0\3 ]] +501+ [[ 200 == \5\0\2 ]] +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +553+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg ++553+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ DMG=eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg ++553+ sed s/_/-/g ++553+ echo eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ PRIMARY_BUNDLE_ID=eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ retryCount=1 +553+ '[' 1 -gt 0 ']' ++553+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++553+ jq -r .uuid +553+ UUID=925091bf-b034-477f-8528-c5e71748e9d0 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ 200 == \5\0\3 ]] +553+ [[ 200 == \5\0\2 ]] +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ sleep 18s +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ tee --append eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +595+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg ++595+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +595+ DMG=eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +595+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++595+ echo eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg ++595+ sed s/_/-/g +595+ PRIMARY_BUNDLE_ID=eclipse-java-2024-03-M2-macosx-cocoa-x86-64.dmg +595+ retryCount=1 +595+ '[' 1 -gt 0 ']' ++595+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++595+ jq -r .uuid +595+ UUID=fa5714d9-47a2-400c-8b0a-a5915f313c82 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ 200 == \5\0\3 ]] +595+ [[ 200 == \5\0\2 ]] +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ sleep 18s +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ tee --append eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +657+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg ++657+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg +657+ DMG=eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg +657+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++657+ echo eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg ++657+ sed s/_/-/g +657+ PRIMARY_BUNDLE_ID=eclipse-php-2024-03-M2-macosx-cocoa-x86-64.dmg +657+ retryCount=1 +657+ '[' 1 -gt 0 ']' ++657+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-php-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++657+ jq -r .uuid +657+ UUID=5d200966-ca37-4c74-8a55-e38d042c2d3f ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ 200 == \5\0\3 ]] +657+ [[ 200 == \5\0\2 ]] +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ sleep 18s +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ tee --append eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +719+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg ++719+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ DMG=eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg ++719+ echo eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg ++719+ sed s/_/-/g +719+ PRIMARY_BUNDLE_ID=eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ retryCount=1 +719+ '[' 1 -gt 0 ']' ++719+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++719+ jq -r .uuid +719+ UUID=e9f41d13-8dac-436f-b2de-f55405f09bcd ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ 200 == \5\0\3 ]] +719+ [[ 200 == \5\0\2 ]] +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ sleep 18s +134+ tee --append eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +781+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg ++781+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +781+ DMG=eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +781+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg ++781+ echo eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg ++781+ sed s/_/-/g +781+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-03-M2-macosx-cocoa-x86-64.dmg +781+ retryCount=1 +781+ '[' 1 -gt 0 ']' ++781+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ jq -r .uuid +781+ UUID=158d0870-380c-4425-b76c-ed59b0e4e269 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ 200 == \5\0\3 ]] +781+ [[ 200 == \5\0\2 ]] +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +843+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg ++843+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg +843+ DMG=eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg +843+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg ++843+ echo eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg ++843+ sed s/_/-/g +843+ PRIMARY_BUNDLE_ID=eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg +843+ retryCount=1 +843+ '[' 1 -gt 0 ']' ++843+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ jq -r .uuid +843+ UUID=a293d464-54a4-4587-9359-86417f235fe0 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ 200 == \5\0\3 ]] +843+ [[ 200 == \5\0\2 ]] +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +905+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg ++905+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ DMG=eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++905+ echo eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg ++905+ sed s/_/-/g +905+ PRIMARY_BUNDLE_ID=eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ retryCount=1 +905+ '[' 1 -gt 0 ']' ++905+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++905+ jq -r .uuid +905+ UUID=cb2a738b-a7de-42f7-98e3-6dd04893d91c ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ 200 == \5\0\3 ]] +905+ [[ 200 == \5\0\2 ]] +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading' file to Apple notarization 'service"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +134+ LOG=eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg' +134+ sleep 18s +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg +134+ tee --append eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.log +977+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg ++977+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg +977+ DMG=eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg +977+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg ++977+ echo eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg ++977+ sed s/_/-/g +977+ PRIMARY_BUNDLE_ID=eclipse-jee-2024-03-M2-macosx-cocoa-x86-64.dmg +977+ retryCount=1 +977+ '[' 1 -gt 0 ']' ++977+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-jee-2024-03-M2-macosx-cocoa-x86-64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ jq -r .uuid +977+ UUID=d80ab148-fb17-4369-9b6e-996cee8df880 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ 200 == \5\0\3 ]] +977+ [[ 200 == \5\0\2 ]] +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m +134+ for i in $(find ${WORKSPACE} -name '*.dmg-tonotarize') +134+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg ++134+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +134+ LOG=eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +134+ echo 'Starting /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg' +134+ /home/jenkins/agent/workspace/notarize-downloads/org.eclipse.epp.packages/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +134+ sleep 18s +134+ tee --append eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.log +1059+ DMG_FILE=/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg ++1059+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ DMG=eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ cp /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ echo eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg ++1059+ sed s/_/-/g +1059+ PRIMARY_BUNDLE_ID=eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ retryCount=1 +1059+ '[' 1 -gt 0 ']' ++1059+ curl --write-out '\n%{http_code}' -s -X POST -F file=@eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1059+ jq -r .uuid +1059+ UUID=99888496-f20e-47fb-94fe-45b914256e47 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ 200 == \5\0\3 ]] +1059+ [[ 200 == \5\0\2 ]] +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m +134+ jobs -p 181 203 225 247 279 311 343 375 417 459 501 553 595 657 719 781 843 905 977 1059 +134+ wait ++134+ jobs -p ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ jq -r .notarizationStatus.status ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++181+ jq -r .notarizationStatus.status +181+ STATUS=IN_PROGRESS +181+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++203+ jq -r .notarizationStatus.status +203+ STATUS=IN_PROGRESS +203+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++343+ jq -r .notarizationStatus.status +343+ STATUS=IN_PROGRESS +343+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++181+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/status +181+ RESPONSE_RAW='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"5db60fa9-dda4-4267-ac9a-19150b2e79e3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:10.664Z\",\n \"sha256\": \"bf27141d4300e1d9801f9e849b7b72be8860b1b003fdaa70d2dc444afb478a62\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2fb23d99cd5cb0927803d9778f81a187d8003e2\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0efa254b465079f69303a07c043d90bbd7eba91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.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-M2-macosx-cocoa-x86_64-10204711140599634261.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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0efa254b465079f69303a07c043d90bbd7eba91\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++181+ head -n1 +181+ RESPONSE='{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"5db60fa9-dda4-4267-ac9a-19150b2e79e3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:10.664Z\",\n \"sha256\": \"bf27141d4300e1d9801f9e849b7b72be8860b1b003fdaa70d2dc444afb478a62\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b2fb23d99cd5cb0927803d9778f81a187d8003e2\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0efa254b465079f69303a07c043d90bbd7eba91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.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-M2-macosx-cocoa-x86_64-10204711140599634261.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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0efa254b465079f69303a07c043d90bbd7eba91\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++181+ tail -n1 +181+ STATUS_CODE=200 ++181+ jq -r .notarizationStatus.status ++181+ echo '{"uuid":"1bbe2b29-30fa-4038-8cfe-9c349ae5885f","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"5db60fa9-dda4-4267-ac9a-19150b2e79e3\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:02:10.664Z\",\n' '\"sha256\":' '\"bf27141d4300e1d9801f9e849b7b72be8860b1b003fdaa70d2dc444afb478a62\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b2fb23d99cd5cb0927803d9778f81a187d8003e2\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0efa254b465079f69303a07c043d90bbd7eba91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.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-M2-macosx-cocoa-x86_64-10204711140599634261.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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64-10204711140599634261.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0efa254b465079f69303a07c043d90bbd7eba91\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +181+ STATUS=COMPLETE +181+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +181+ [[ 200 == \5\0\3 ]] +181+ [[ 200 == \5\0\2 ]] +181+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +181+ break +181+ rm eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg +181+ curl -JO https://cbi.eclipse.org/macos/xcrun/1bbe2b29-30fa-4038-8cfe-9c349ae5885f/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28.3M 0 28.3M 0 0 50.5M 0 --:--:-- --:--:-- --:--:-- 50.4M 100 110M 0 110M 0 0 70.9M 0 --:--:-- 0:00:01 --:--:-- 70.9M 100 193M 0 193M 0 0 75.6M 0 --:--:-- 0:00:02 --:--:-- 75.6M 100 280M 0 280M 0 0 78.6M 0 --:--:-- 0:00:03 --:--:-- 78.6M 100 359M 0 359M 0 0 78.6M 0 --:--:-- 0:00:04 --:--:-- 78.6M 100 359M 0 359M 0 0 78.6M 0 --:--:-- 0:00:04 --:--:-- 82.6M curl: Saved to filename 'eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg' +181+ cp -vf eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg' ++181+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg +181+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++181+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg +181+ b=eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg +181+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +181+ md5sum eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg +181+ sha1sum eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m +181+ sha512sum -b eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m +181+ rm eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +181+ rm -f eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +181+ rm -f eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +181+ rm -f eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++203+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/status +203+ RESPONSE_RAW='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"7513c89d-ad21-4c36-8715-9803fcc6b2e9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:41.756Z\",\n \"sha256\": \"83e79ef7c30d7ebc6c20acb97c008b021cc89c4793b3f10f7744e79bb699ffcd\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c50674e4210d9e8a3a0407b0ae2d0f7536de4b0\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aae1089da822f504480e89171bb9f35f4e1c1bf8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.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-M2-macosx-cocoa-aarch64-14587484202268186374.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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aae1089da822f504480e89171bb9f35f4e1c1bf8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++203+ head -n1 +203+ RESPONSE='{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"7513c89d-ad21-4c36-8715-9803fcc6b2e9\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:41.756Z\",\n \"sha256\": \"83e79ef7c30d7ebc6c20acb97c008b021cc89c4793b3f10f7744e79bb699ffcd\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c50674e4210d9e8a3a0407b0ae2d0f7536de4b0\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aae1089da822f504480e89171bb9f35f4e1c1bf8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.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-M2-macosx-cocoa-aarch64-14587484202268186374.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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aae1089da822f504480e89171bb9f35f4e1c1bf8\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++203+ tail -n1 +203+ STATUS_CODE=200 ++203+ jq -r .notarizationStatus.status ++203+ echo '{"uuid":"c8b0e868-2603-4d1b-9394-301c83df65c6","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"7513c89d-ad21-4c36-8715-9803fcc6b2e9\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:02:41.756Z\",\n' '\"sha256\":' '\"83e79ef7c30d7ebc6c20acb97c008b021cc89c4793b3f10f7744e79bb699ffcd\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c50674e4210d9e8a3a0407b0ae2d0f7536de4b0\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aae1089da822f504480e89171bb9f35f4e1c1bf8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.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-M2-macosx-cocoa-aarch64-14587484202268186374.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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64-14587484202268186374.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aae1089da822f504480e89171bb9f35f4e1c1bf8\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +203+ STATUS=COMPLETE +203+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +203+ [[ 200 == \5\0\3 ]] +203+ [[ 200 == \5\0\2 ]] +203+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +203+ break +203+ rm eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +203+ curl -JO https://cbi.eclipse.org/macos/xcrun/c8b0e868-2603-4d1b-9394-301c83df65c6/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.1M 0 35.1M 0 0 89.7M 0 --:--:-- --:--:-- --:--:-- 89.5M++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m 100 121M 0 121M 0 0 87.1M 0 --:--:-- 0:00:01 --:--:-- 87.0M 100 197M 0 197M 0 0 82.4M 0 --:--:-- 0:00:02 --:--:-- 82.4M 100 255M 0 255M 0 0 75.2M 0 --:--:-- 0:00:03 --:--:-- 75.2M 100 334M 0 334M 0 0 76.1M 0 --:--:-- 0:00:04 --:--:-- 76.1M 100 378M 0 378M 0 0 74.8M 0 --:--:-- 0:00:05 --:--:-- 73.6M curl: Saved to filename 'eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg' +203+ cp -vf eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg' ++203+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +203+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++203+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +203+ b=eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +203+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +203+ md5sum eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m +203+ sha1sum eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +203+ sha512sum -b eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg +203+ rm eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +203+ rm -f eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +203+ rm -f eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +203+ rm -f eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++343+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/status +343+ RESPONSE_RAW='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"1862a5ef-3175-4e50-893a-493aab301bc3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:20.545Z\",\n \"sha256\": \"0d4667d179e2a69baa337e2c93c39a752ef422bcfedc284c43658fbf0c7e36ed\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17f5804dc110b2cdf161dfc7e0f1b5b53e24f357\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c55f0a4b3e8a32dc73f3db709d9d06fa3019b120\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.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-M2-macosx-cocoa-aarch64-13572723864500122142.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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c55f0a4b3e8a32dc73f3db709d9d06fa3019b120\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++343+ head -n1 +343+ RESPONSE='{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"1862a5ef-3175-4e50-893a-493aab301bc3\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:20.545Z\",\n \"sha256\": \"0d4667d179e2a69baa337e2c93c39a752ef422bcfedc284c43658fbf0c7e36ed\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17f5804dc110b2cdf161dfc7e0f1b5b53e24f357\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c55f0a4b3e8a32dc73f3db709d9d06fa3019b120\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.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-M2-macosx-cocoa-aarch64-13572723864500122142.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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c55f0a4b3e8a32dc73f3db709d9d06fa3019b120\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++343+ tail -n1 +343+ STATUS_CODE=200 ++343+ jq -r .notarizationStatus.status ++343+ echo '{"uuid":"56520868-8ad1-43ff-8cfe-d5e678905900","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"1862a5ef-3175-4e50-893a-493aab301bc3\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:02:20.545Z\",\n' '\"sha256\":' '\"0d4667d179e2a69baa337e2c93c39a752ef422bcfedc284c43658fbf0c7e36ed\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17f5804dc110b2cdf161dfc7e0f1b5b53e24f357\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c55f0a4b3e8a32dc73f3db709d9d06fa3019b120\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.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-M2-macosx-cocoa-aarch64-13572723864500122142.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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64-13572723864500122142.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c55f0a4b3e8a32dc73f3db709d9d06fa3019b120\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +343+ STATUS=COMPLETE +343+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +343+ [[ 200 == \5\0\3 ]] +343+ [[ 200 == \5\0\2 ]] +343+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +343+ break +343+ rm eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +343+ curl -JO https://cbi.eclipse.org/macos/xcrun/56520868-8ad1-43ff-8cfe-d5e678905900/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 82.5M 0 82.5M 0 0 82.9M 0 --:--:-- --:--:-- --:--:-- 82.8M 100 166M 0 166M 0 0 83.2M 0 --:--:-- 0:00:01 --:--:-- 83.2M 100 264M 0 264M 0 0 88.3M 0 --:--:-- 0:00:02 --:--:-- 88.3M 100 343M 0 343M 0 0 85.9M 0 --:--:-- 0:00:03 --:--:-- 85.9M 100 358M 0 358M 0 0 85.5M 0 --:--:-- 0:00:04 --:--:-- 85.5M curl: Saved to filename 'eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg' +343+ cp -vf eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg' ++343+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +343+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++343+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +343+ b=eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +343+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +343+ md5sum eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m +343+ sha1sum eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m +343+ sha512sum -b eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg +343+ rm eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +343+ rm -f eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +343+ rm -f eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +343+ rm -f eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++595+ jq -r .notarizationStatus.status +595+ STATUS=IN_PROGRESS +595+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++595+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/status +595+ RESPONSE_RAW='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"56915d6b-000e-4be9-9bcd-ade18d1b6809\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg\",\n \"uploadDate\": \"2024-02-01T18:04:34.003Z\",\n \"sha256\": \"bd750542622ff057f496cc50125a19951b73811f2e2ee2e09c65542791c46a35\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e069cb662770f5571e7a4bdea6f3ba3248606fe5\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09fc6c56ca2803b6f42b1bc8c65646a488b6c151\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09fc6c56ca2803b6f42b1bc8c65646a488b6c151\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++595+ head -n1 +595+ RESPONSE='{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"56915d6b-000e-4be9-9bcd-ade18d1b6809\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg\",\n \"uploadDate\": \"2024-02-01T18:04:34.003Z\",\n \"sha256\": \"bd750542622ff057f496cc50125a19951b73811f2e2ee2e09c65542791c46a35\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e069cb662770f5571e7a4bdea6f3ba3248606fe5\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09fc6c56ca2803b6f42b1bc8c65646a488b6c151\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"09fc6c56ca2803b6f42b1bc8c65646a488b6c151\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++595+ tail -n1 +595+ STATUS_CODE=200 ++595+ jq -r .notarizationStatus.status ++595+ echo '{"uuid":"fa5714d9-47a2-400c-8b0a-a5915f313c82","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"56915d6b-000e-4be9-9bcd-ade18d1b6809\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:04:34.003Z\",\n' '\"sha256\":' '\"bd750542622ff057f496cc50125a19951b73811f2e2ee2e09c65542791c46a35\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e069cb662770f5571e7a4bdea6f3ba3248606fe5\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09fc6c56ca2803b6f42b1bc8c65646a488b6c151\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-x86_64-15344521001409259461.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"09fc6c56ca2803b6f42b1bc8c65646a488b6c151\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +595+ STATUS=COMPLETE +595+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +595+ [[ 200 == \5\0\3 ]] +595+ [[ 200 == \5\0\2 ]] +595+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +595+ break +595+ rm eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +595+ curl -JO https://cbi.eclipse.org/macos/xcrun/fa5714d9-47a2-400c-8b0a-a5915f313c82/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 55.8M 0 55.8M 0 0 88.0M 0 --:--:-- --:--:-- --:--:-- 87.8M++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m 100 151M 0 151M 0 0 92.5M 0 --:--:-- 0:00:01 --:--:-- 92.4M 100 239M 0 239M 0 0 91.0M 0 --:--:-- 0:00:02 --:--:-- 91.0M 100 319M 0 319M 0 0 89.2M 0 --:--:-- 0:00:03 --:--:-- 89.2M curl: Saved to filename 'eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg' +595+ cp -vf eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg' ++595+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +595+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++595+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +595+ b=eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +595+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +595+ md5sum eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +595+ sha1sum eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +595+ sha512sum -b eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg +595+ rm eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +595+ rm -f eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +595+ rm -f eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +595+ rm -f eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++843+ jq -r .notarizationStatus.status +843+ STATUS=IN_PROGRESS +843+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++843+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/status +843+ RESPONSE_RAW='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"65f2f749-07be-49ae-83f0-06edb3f2c7cb\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg\",\n \"uploadDate\": \"2024-02-01T18:05:18.654Z\",\n \"sha256\": \"fa052ab3ece3c72af7697ad92ad1ebb93d1679c7f14535b86a657ab9a5da4809\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb39f3a78a4a90e8883d8e0d24b63ffac66ccc54\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e85fc4913b5d154f647f84243b268848b7d3b07b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e85fc4913b5d154f647f84243b268848b7d3b07b\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++843+ head -n1 +843+ RESPONSE='{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"65f2f749-07be-49ae-83f0-06edb3f2c7cb\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg\",\n \"uploadDate\": \"2024-02-01T18:05:18.654Z\",\n \"sha256\": \"fa052ab3ece3c72af7697ad92ad1ebb93d1679c7f14535b86a657ab9a5da4809\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bb39f3a78a4a90e8883d8e0d24b63ffac66ccc54\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e85fc4913b5d154f647f84243b268848b7d3b07b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e85fc4913b5d154f647f84243b268848b7d3b07b\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++843+ tail -n1 +843+ STATUS_CODE=200 ++843+ jq -r .notarizationStatus.status ++843+ echo '{"uuid":"a293d464-54a4-4587-9359-86417f235fe0","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"65f2f749-07be-49ae-83f0-06edb3f2c7cb\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:05:18.654Z\",\n' '\"sha256\":' '\"fa052ab3ece3c72af7697ad92ad1ebb93d1679c7f14535b86a657ab9a5da4809\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bb39f3a78a4a90e8883d8e0d24b63ffac66ccc54\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e85fc4913b5d154f647f84243b268848b7d3b07b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.java.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-java-2024-03-M2-macosx-cocoa-aarch64-12556797663202993549.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e85fc4913b5d154f647f84243b268848b7d3b07b\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +843+ STATUS=COMPLETE +843+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +843+ [[ 200 == \5\0\3 ]] +843+ [[ 200 == \5\0\2 ]] +843+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +843+ break +843+ rm eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg +843+ curl -JO https://cbi.eclipse.org/macos/xcrun/a293d464-54a4-4587-9359-86417f235fe0/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 9673k 0 9673k 0 0 25.9M 0 --:--:-- --:--:-- --:--:-- 25.8M 100 87.4M 0 87.4M 0 0 64.2M 0 --:--:-- 0:00:01 --:--:-- 64.2M 100 158M 0 158M 0 0 67.1M 0 --:--:-- 0:00:02 --:--:-- 67.1M 100 253M 0 253M 0 0 75.3M 0 --:--:-- 0:00:03 --:--:-- 75.3M 100 318M 0 318M 0 0 76.7M 0 --:--:-- 0:00:04 --:--:-- 76.7M curl: Saved to filename 'eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg' +843+ cp -vf eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg' ++843+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg +843+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++843+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg +843+ b=eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg +843+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +843+ md5sum eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m +843+ sha1sum eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg +843+ sha512sum -b eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m +843+ rm eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +843+ rm -f eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +843+ rm -f eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +843+ rm -f eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ jq -r .notarizationStatus.status ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++225+ jq -r .notarizationStatus.status +225+ STATUS=IN_PROGRESS +225+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++225+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/status +225+ RESPONSE_RAW='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"fb4b0c74-302a-4b5c-a147-6b41e1c40442\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:52.896Z\",\n \"sha256\": \"2b786eddb3d39373f137528308ea93fdded62b0ea7d37267a7f95f27796050e7\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdf90c73216b28f820aa4070b3a3d0d772f64cea\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd3f40daa239e5519ccc60c359c830db15156151\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.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-M2-macosx-cocoa-aarch64-17882687712996889745.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd3f40daa239e5519ccc60c359c830db15156151\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++225+ head -n1 +225+ RESPONSE='{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"fb4b0c74-302a-4b5c-a147-6b41e1c40442\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:52.896Z\",\n \"sha256\": \"2b786eddb3d39373f137528308ea93fdded62b0ea7d37267a7f95f27796050e7\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cdf90c73216b28f820aa4070b3a3d0d772f64cea\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd3f40daa239e5519ccc60c359c830db15156151\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.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-M2-macosx-cocoa-aarch64-17882687712996889745.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dd3f40daa239e5519ccc60c359c830db15156151\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++225+ tail -n1 +225+ STATUS_CODE=200 ++225+ jq -r .notarizationStatus.status ++225+ echo '{"uuid":"e4a22192-4b2f-4451-9e7e-04456d0315f9","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"fb4b0c74-302a-4b5c-a147-6b41e1c40442\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:02:52.896Z\",\n' '\"sha256\":' '\"2b786eddb3d39373f137528308ea93fdded62b0ea7d37267a7f95f27796050e7\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cdf90c73216b28f820aa4070b3a3d0d772f64cea\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd3f40daa239e5519ccc60c359c830db15156151\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-aarch64-17882687712996889745.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-M2-macosx-cocoa-aarch64-17882687712996889745.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-M2-macosx-cocoa-aarch64-17882687712996889745.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dd3f40daa239e5519ccc60c359c830db15156151\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +225+ STATUS=COMPLETE +225+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +225+ [[ 200 == \5\0\3 ]] +225+ [[ 200 == \5\0\2 ]] +225+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +225+ break +225+ rm eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +225+ curl -JO https://cbi.eclipse.org/macos/xcrun/e4a22192-4b2f-4451-9e7e-04456d0315f9/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59.9M 0 59.9M 0 0 86.7M 0 --:--:-- --:--:-- --:--:-- 86.6M 100 153M 0 153M 0 0 90.6M 0 --:--:-- 0:00:01 --:--:-- 90.5M 100 246M 0 246M 0 0 91.7M 0 --:--:-- 0:00:02 --:--:-- 91.7M 100 314M 0 314M 0 0 85.4M 0 --:--:-- 0:00:03 --:--:-- 85.3M 100 392M 0 392M 0 0 85.7M 0 --:--:-- 0:00:04 --:--:-- 85.7M curl: Saved to filename 'eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg' +225+ cp -vf eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg' ++225+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +225+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++225+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +225+ b=eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +225+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +225+ md5sum eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m +225+ sha1sum eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +225+ sha512sum -b eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg +225+ rm eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +225+ rm -f eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +225+ rm -f eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +225+ rm -f eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++247+ jq -r .notarizationStatus.status +247+ STATUS=IN_PROGRESS +247+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ sleep 1m ++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++657+ jq -r .notarizationStatus.status +657+ STATUS=IN_PROGRESS +657+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++553+ jq -r .notarizationStatus.status +553+ STATUS=IN_PROGRESS +553+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++1059+ jq -r .notarizationStatus.status +1059+ STATUS=IN_PROGRESS +1059+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++247+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/status +247+ RESPONSE_RAW='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"aa900c6f-c451-4af2-ba6b-54aae795416e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg\",\n \"uploadDate\": \"2024-02-01T18:03:15.016Z\",\n \"sha256\": \"7b168bfc09fd7b3402f3204f2bf5a2a2f56ea76333519e03555aa102f6ea5471\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"49b324c134955c789368a4bb54c710339d79ef4f\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc0bde4264119807035afc9f6ff04a081c724728\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.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-M2-macosx-cocoa-x86_64-6588203484206713818.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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc0bde4264119807035afc9f6ff04a081c724728\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++247+ head -n1 +247+ RESPONSE='{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"aa900c6f-c451-4af2-ba6b-54aae795416e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg\",\n \"uploadDate\": \"2024-02-01T18:03:15.016Z\",\n \"sha256\": \"7b168bfc09fd7b3402f3204f2bf5a2a2f56ea76333519e03555aa102f6ea5471\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"49b324c134955c789368a4bb54c710339d79ef4f\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc0bde4264119807035afc9f6ff04a081c724728\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.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-M2-macosx-cocoa-x86_64-6588203484206713818.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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"dc0bde4264119807035afc9f6ff04a081c724728\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++247+ tail -n1 +247+ STATUS_CODE=200 ++247+ jq -r .notarizationStatus.status ++247+ echo '{"uuid":"55befd4a-1173-47e3-86ed-5473fc2c2a18","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"aa900c6f-c451-4af2-ba6b-54aae795416e\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:03:15.016Z\",\n' '\"sha256\":' '\"7b168bfc09fd7b3402f3204f2bf5a2a2f56ea76333519e03555aa102f6ea5471\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"49b324c134955c789368a4bb54c710339d79ef4f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc0bde4264119807035afc9f6ff04a081c724728\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.embedcpp.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.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-M2-macosx-cocoa-x86_64-6588203484206713818.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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64-6588203484206713818.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"dc0bde4264119807035afc9f6ff04a081c724728\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +247+ STATUS=COMPLETE +247+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +247+ [[ 200 == \5\0\3 ]] +247+ [[ 200 == \5\0\2 ]] +247+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +247+ break +247+ rm eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +247+ curl -JO https://cbi.eclipse.org/macos/xcrun/55befd4a-1173-47e3-86ed-5473fc2c2a18/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.6M 0 51.6M 0 0 79.6M 0 --:--:-- --:--:-- --:--:-- 79.5M++657+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/status +657+ RESPONSE_RAW='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"5058a444-43c3-4157-8f23-8087b2ee3c57\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg\",\n \"uploadDate\": \"2024-02-01T18:05:19.655Z\",\n \"sha256\": \"59c18451c9b6c3268aca8ab24bec7710f1c48742f0db59ce7c3bb2a2039b1c04\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07eb3ccabe7cd61063acdd762fa138bae34bb74c\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c416c351e9d5d1b22f40ba4df4c733f96429c78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.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-M2-macosx-cocoa-x86_64-10420603143752350797.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c416c351e9d5d1b22f40ba4df4c733f96429c78e\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++657+ head -n1 +657+ RESPONSE='{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"5058a444-43c3-4157-8f23-8087b2ee3c57\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg\",\n \"uploadDate\": \"2024-02-01T18:05:19.655Z\",\n \"sha256\": \"59c18451c9b6c3268aca8ab24bec7710f1c48742f0db59ce7c3bb2a2039b1c04\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"07eb3ccabe7cd61063acdd762fa138bae34bb74c\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c416c351e9d5d1b22f40ba4df4c733f96429c78e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"664c5d49426729c0bb44207145b72311b70c116b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.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-M2-macosx-cocoa-x86_64-10420603143752350797.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c416c351e9d5d1b22f40ba4df4c733f96429c78e\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++657+ tail -n1 +657+ STATUS_CODE=200 ++657+ jq -r .notarizationStatus.status ++657+ echo '{"uuid":"5d200966-ca37-4c74-8a55-e38d042c2d3f","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"5058a444-43c3-4157-8f23-8087b2ee3c57\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:05:19.655Z\",\n' '\"sha256\":' '\"59c18451c9b6c3268aca8ab24bec7710f1c48742f0db59ce7c3bb2a2039b1c04\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"07eb3ccabe7cd61063acdd762fa138bae34bb74c\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c416c351e9d5d1b22f40ba4df4c733f96429c78e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.php.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/aarch64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"664c5d49426729c0bb44207145b72311b70c116b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.native.serial_11.5.0.202401292355.jar/os/macosx/x86_64/libserial.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4f8338d5eccb16c6f70a96235f4c022a27883353\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-php-2024-03-M2-macosx-cocoa-x86_64-10420603143752350797.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-M2-macosx-cocoa-x86_64-10420603143752350797.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-M2-macosx-cocoa-x86_64-10420603143752350797.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c416c351e9d5d1b22f40ba4df4c733f96429c78e\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +657+ STATUS=COMPLETE +657+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +657+ [[ 200 == \5\0\3 ]] +657+ [[ 200 == \5\0\2 ]] +657+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +657+ break +657+ rm eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg +657+ curl -JO https://cbi.eclipse.org/macos/xcrun/5d200966-ca37-4c74-8a55-e38d042c2d3f/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 2312k 0 2312k 0 0 44.2M 0 --:--:-- --:--:-- --:--:-- 43.4M 100 136M 0 136M 0 0 82.8M 0 --:--:-- 0:00:01 --:--:-- 82.8M 100 169M 0 169M 0 0 63.8M 0 --:--:-- 0:00:02 --:--:-- 63.8M 100 63.6M 0 63.6M 0 0 60.5M 0 --:--:-- 0:00:01 --:--:-- 60.4M 100 124M 0 124M 0 0 60.8M 0 --:--:-- 0:00:02 --:--:-- 60.8M 100 213M 0 213M 0 0 58.4M 0 --:--:-- 0:00:03 --:--:-- 58.4M 100 187M 0 187M 0 0 61.3M 0 --:--:-- 0:00:03 --:--:-- 61.3M 100 239M 0 239M 0 0 51.4M 0 --:--:-- 0:00:04 --:--:-- 51.4M 100 247M 0 247M 0 0 61.2M 0 --:--:-- 0:00:04 --:--:-- 61.2M 100 270M 0 270M 0 0 47.7M 0 --:--:-- 0:00:05 --:--:-- 43.6M++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m 100 308M 0 308M 0 0 46.3M 0 --:--:-- 0:00:06 --:--:-- 34.2M 100 308M 0 308M 0 0 61.0M 0 --:--:-- 0:00:05 --:--:-- 61.2M 100 374M 0 374M 0 0 61.8M 0 --:--:-- 0:00:06 --:--:-- 62.1M 100 340M 0 340M 0 0 44.5M 0 --:--:-- 0:00:07 --:--:-- 34.2M 100 394M 0 394M 0 0 62.3M 0 --:--:-- 0:00:06 --:--:-- 63.0M curl: Saved to filename 'eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg' +657+ cp -vf eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg 100 379M 0 379M 0 0 45.0M 0 --:--:-- 0:00:08 --:--:-- 34.8M curl: Saved to filename 'eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg' +247+ cp -vf eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg' ++657+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg +657+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++657+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg +657+ b=eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg +657+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +657+ md5sum eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg +657+ sha1sum eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg +657+ sha512sum -b eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg' ++247+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +247+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++247+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +247+ b=eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +247+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +247+ md5sum eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +247+ sha1sum eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +657+ rm eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +657+ rm -f eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +657+ rm -f eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +657+ rm -f eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 +247+ sha512sum -b eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg +247+ rm eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +247+ rm -f eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +247+ rm -f eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +247+ rm -f eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++279+ jq -r .notarizationStatus.status +279+ STATUS=IN_PROGRESS +279+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ sleep 1m ++553+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/status +553+ RESPONSE_RAW='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ad9c5592-e8c8-4c59-baff-bb231d01ae6e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg\",\n \"uploadDate\": \"2024-02-01T18:04:38.885Z\",\n \"sha256\": \"c39096ba52c0629f8a60cce6cedac3a8852aabf89851d73f5dba09d11a914d50\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e4ad2c93b16ce5cadcc862c58032d56981414e4\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d2ff867c9b1ef22156a397cfbe0dafcab5167f7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d2ff867c9b1ef22156a397cfbe0dafcab5167f7\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++553+ head -n1 +553+ RESPONSE='{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"ad9c5592-e8c8-4c59-baff-bb231d01ae6e\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg\",\n \"uploadDate\": \"2024-02-01T18:04:38.885Z\",\n \"sha256\": \"c39096ba52c0629f8a60cce6cedac3a8852aabf89851d73f5dba09d11a914d50\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e4ad2c93b16ce5cadcc862c58032d56981414e4\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d2ff867c9b1ef22156a397cfbe0dafcab5167f7\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7d2ff867c9b1ef22156a397cfbe0dafcab5167f7\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++553+ tail -n1 +553+ STATUS_CODE=200 ++553+ jq -r .notarizationStatus.status ++553+ echo '{"uuid":"925091bf-b034-477f-8528-c5e71748e9d0","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"ad9c5592-e8c8-4c59-baff-bb231d01ae6e\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:04:38.885Z\",\n' '\"sha256\":' '\"c39096ba52c0629f8a60cce6cedac3a8852aabf89851d73f5dba09d11a914d50\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e4ad2c93b16ce5cadcc862c58032d56981414e4\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7d2ff867c9b1ef22156a397cfbe0dafcab5167f7\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64-9775295141182745231.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7d2ff867c9b1ef22156a397cfbe0dafcab5167f7\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +553+ STATUS=COMPLETE +553+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +553+ [[ 200 == \5\0\3 ]] +553+ [[ 200 == \5\0\2 ]] +553+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +553+ break +553+ rm eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ curl -JO https://cbi.eclipse.org/macos/xcrun/925091bf-b034-477f-8528-c5e71748e9d0/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31.2M 0 31.2M 0 0 73.4M 0 --:--:-- --:--:-- --:--:-- 73.2M 100 113M 0 113M 0 0 79.7M 0 --:--:-- 0:00:01 --:--:-- 79.6M 100 205M 0 205M 0 0 84.5M 0 --:--:-- 0:00:02 --:--:-- 84.5M 100 291M 0 291M 0 0 84.9M 0 --:--:-- 0:00:03 --:--:-- 84.9M 100 375M 0 375M 0 0 84.5M 0 --:--:-- 0:00:04 --:--:-- 84.5M 100 429M 0 429M 0 0 86.6M 0 --:--:-- 0:00:04 --:--:-- 87.8M curl: Saved to filename 'eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg' +553+ cp -vf eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg' ++553+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++553+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ b=eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +553+ md5sum eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ sha1sum eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m +553+ sha512sum -b eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg +553+ rm eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +553+ rm -f eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +553+ rm -f eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +553+ rm -f eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++1059+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/status +1059+ RESPONSE_RAW='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d842f824-ee03-4ea1-a798-f7ea2b999cfe\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg\",\n \"uploadDate\": \"2024-02-01T18:06:22.150Z\",\n \"sha256\": \"bcd79fb9d66361d2c677bef299275ff8758c83b546801afd948b9a0a2c52d504\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb4d3cd3ab74e7640bc1a5c0762d020a2310880e\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c7685b271956a24965e585219cd5e3f2a010a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c7685b271956a24965e585219cd5e3f2a010a1\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++1059+ head -n1 +1059+ RESPONSE='{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"d842f824-ee03-4ea1-a798-f7ea2b999cfe\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg\",\n \"uploadDate\": \"2024-02-01T18:06:22.150Z\",\n \"sha256\": \"bcd79fb9d66361d2c677bef299275ff8758c83b546801afd948b9a0a2c52d504\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cb4d3cd3ab74e7640bc1a5c0762d020a2310880e\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c7685b271956a24965e585219cd5e3f2a010a1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c4c7685b271956a24965e585219cd5e3f2a010a1\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++1059+ tail -n1 +1059+ STATUS_CODE=200 ++1059+ jq -r .notarizationStatus.status ++1059+ echo '{"uuid":"99888496-f20e-47fb-94fe-45b914256e47","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"d842f824-ee03-4ea1-a798-f7ea2b999cfe\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:06:22.150Z\",\n' '\"sha256\":' '\"bcd79fb9d66361d2c677bef299275ff8758c83b546801afd948b9a0a2c52d504\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cb4d3cd3ab74e7640bc1a5c0762d020a2310880e\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c7685b271956a24965e585219cd5e3f2a010a1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-aarch64-13394726382689503559.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c4c7685b271956a24965e585219cd5e3f2a010a1\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +1059+ STATUS=COMPLETE +1059+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +1059+ [[ 200 == \5\0\3 ]] +1059+ [[ 200 == \5\0\2 ]] +1059+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +1059+ break +1059+ rm eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ curl -JO https://cbi.eclipse.org/macos/xcrun/99888496-f20e-47fb-94fe-45b914256e47/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 22.0M 0 22.0M 0 0 44.7M 0 --:--:-- --:--:-- --:--:-- 44.6M 100 106M 0 106M 0 0 71.3M 0 --:--:-- 0:00:01 --:--:-- 71.3M 100 189M 0 189M 0 0 75.9M 0 --:--:-- 0:00:02 --:--:-- 75.9M 100 273M 0 273M 0 0 78.3M 0 --:--:-- 0:00:03 --:--:-- 78.3M 100 355M 0 355M 0 0 79.2M 0 --:--:-- 0:00:04 --:--:-- 79.1M++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m 100 391M 0 391M 0 0 79.5M 0 --:--:-- 0:00:04 --:--:-- 83.4M curl: Saved to filename 'eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg' +1059+ cp -vf eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg' ++1059+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++1059+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ b=eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +1059+ md5sum eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ sha1sum eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ sha512sum -b eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg +1059+ rm eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +1059+ rm -f eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +1059+ rm -f eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +1059+ rm -f eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++279+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/status +279+ RESPONSE_RAW='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a87b9653-61cc-4766-8e64-ae9022890fee\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg\",\n \"uploadDate\": \"2024-02-01T18:03:56.327Z\",\n \"sha256\": \"b45bdad1ce7b54f74844febf859dfd8ce5e644fefd584d17619d54f942b1a723\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c77c4f5b947e2a0aab9ad0bbe2852c088d18753\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0c9196520ef7657c40f725d3d8d8335fb590358\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0c9196520ef7657c40f725d3d8d8335fb590358\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++279+ head -n1 +279+ RESPONSE='{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"a87b9653-61cc-4766-8e64-ae9022890fee\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg\",\n \"uploadDate\": \"2024-02-01T18:03:56.327Z\",\n \"sha256\": \"b45bdad1ce7b54f74844febf859dfd8ce5e644fefd584d17619d54f942b1a723\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2c77c4f5b947e2a0aab9ad0bbe2852c088d18753\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0c9196520ef7657c40f725d3d8d8335fb590358\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c0c9196520ef7657c40f725d3d8d8335fb590358\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++279+ tail -n1 +279+ STATUS_CODE=200 ++279+ jq -r .notarizationStatus.status ++279+ echo '{"uuid":"4722a89a-9572-4656-a94b-b9860adbb085","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"a87b9653-61cc-4766-8e64-ae9022890fee\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:03:56.327Z\",\n' '\"sha256\":' '\"b45bdad1ce7b54f74844febf859dfd8ce5e644fefd584d17619d54f942b1a723\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2c77c4f5b947e2a0aab9ad0bbe2852c088d18753\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0c9196520ef7657c40f725d3d8d8335fb590358\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.rcp.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64-1347930175604341086.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c0c9196520ef7657c40f725d3d8d8335fb590358\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +279+ STATUS=COMPLETE +279+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +279+ [[ 200 == \5\0\3 ]] +279+ [[ 200 == \5\0\2 ]] +279+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +279+ break +279+ rm eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +279+ curl -JO https://cbi.eclipse.org/macos/xcrun/4722a89a-9572-4656-a94b-b9860adbb085/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53.6M 0 53.6M 0 0 76.0M 0 --:--:-- --:--:-- --:--:-- 75.9M 100 141M 0 141M 0 0 82.9M 0 --:--:-- 0:00:01 --:--:-- 82.8M 100 223M 0 223M 0 0 82.5M 0 --:--:-- 0:00:02 --:--:-- 82.5M 100 310M 0 310M 0 0 83.5M 0 --:--:-- 0:00:03 --:--:-- 83.5M 100 391M 0 391M 0 0 83.2M 0 --:--:-- 0:00:04 --:--:-- 83.2M 100 430M 0 430M 0 0 83.6M 0 --:--:-- 0:00:05 --:--:-- 84.8M curl: Saved to filename 'eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg' +279+ cp -vf eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg' ++279+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +279+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++279+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +279+ b=eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +279+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +279+ md5sum eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +279+ sha1sum eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +279+ sha512sum -b eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg +279+ rm eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +279+ rm -f eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +279+ rm -f eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +279+ rm -f eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++905+ jq -r .notarizationStatus.status +905+ STATUS=IN_PROGRESS +905+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++501+ jq -r .notarizationStatus.status +501+ STATUS=IN_PROGRESS +501+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ sleep 1m ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++375+ jq -r .notarizationStatus.status +375+ STATUS=IN_PROGRESS +375+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ sleep 1m ++905+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/status +905+ RESPONSE_RAW='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"dc76e3e4-feeb-4ca4-90f4-40aa5a805614\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg\",\n \"uploadDate\": \"2024-02-01T18:05:56.896Z\",\n \"sha256\": \"42c1d7022371f35ab2f2631fa2b20da00f17bb68d006df6d61694eb0e1d8f8d1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15e7743ad55d5d280340ded1fc3be8a34aa4d06a\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4456064b7e42c3f8583d23f2ff99b8f412b2a245\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4456064b7e42c3f8583d23f2ff99b8f412b2a245\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++905+ head -n1 +905+ RESPONSE='{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"dc76e3e4-feeb-4ca4-90f4-40aa5a805614\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg\",\n \"uploadDate\": \"2024-02-01T18:05:56.896Z\",\n \"sha256\": \"42c1d7022371f35ab2f2631fa2b20da00f17bb68d006df6d61694eb0e1d8f8d1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15e7743ad55d5d280340ded1fc3be8a34aa4d06a\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4456064b7e42c3f8583d23f2ff99b8f412b2a245\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4456064b7e42c3f8583d23f2ff99b8f412b2a245\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++905+ tail -n1 +905+ STATUS_CODE=200 ++905+ jq -r .notarizationStatus.status ++905+ echo '{"uuid":"cb2a738b-a7de-42f7-98e3-6dd04893d91c","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"dc76e3e4-feeb-4ca4-90f4-40aa5a805614\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:05:56.896Z\",\n' '\"sha256\":' '\"42c1d7022371f35ab2f2631fa2b20da00f17bb68d006df6d61694eb0e1d8f8d1\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15e7743ad55d5d280340ded1fc3be8a34aa4d06a\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4456064b7e42c3f8583d23f2ff99b8f412b2a245\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64-15760268453988984584.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4456064b7e42c3f8583d23f2ff99b8f412b2a245\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +905+ STATUS=COMPLETE +905+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +905+ [[ 200 == \5\0\3 ]] +905+ [[ 200 == \5\0\2 ]] +905+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +905+ break +905+ rm eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ curl -JO https://cbi.eclipse.org/macos/xcrun/cb2a738b-a7de-42f7-98e3-6dd04893d91c/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 7548k 0 7548k 0 0 60.4M 0 --:--:-- --:--:-- --:--:-- 60.4M 100 77.7M 0 77.7M 0 0 69.6M 0 --:--:-- 0:00:01 --:--:-- 69.5M 100 164M 0 164M 0 0 77.6M 0 --:--:-- 0:00:02 --:--:-- 77.6M 100 246M 0 246M 0 0 79.1M 0 --:--:-- 0:00:03 --:--:-- 79.1M 100 339M 0 339M 0 0 82.5M 0 --:--:-- 0:00:04 --:--:-- 82.5M 100 431M 0 431M 0 0 84.3M 0 --:--:-- 0:00:05 --:--:-- 84.9M++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m 100 488M 0 488M 0 0 85.0M 0 --:--:-- 0:00:05 --:--:-- 88.7M curl: Saved to filename 'eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg' +905+ cp -vf eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg' ++905+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++905+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ b=eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +905+ md5sum eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ sha1sum eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ sha512sum -b eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg +905+ rm eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +905+ rm -f eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +905+ rm -f eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +905+ rm -f eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++781+ jq -r .notarizationStatus.status +781+ STATUS=IN_PROGRESS +781+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++501+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/status +501+ RESPONSE_RAW='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"cc9212a0-e167-4938-a6e1-0d6ad422c2f8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg\",\n \"uploadDate\": \"2024-02-01T18:04:13.859Z\",\n \"sha256\": \"ae650ecd5860cd8e715f17fd6a224d602f7fd10c59df1b8518e5b859fe818924\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"78218c9d7a60dc5984acd0ae99e5bc947771c14f\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4e3136faa6360d27c3685659b81e300d4e939f38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4e3136faa6360d27c3685659b81e300d4e939f38\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++501+ head -n1 +501+ RESPONSE='{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"cc9212a0-e167-4938-a6e1-0d6ad422c2f8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg\",\n \"uploadDate\": \"2024-02-01T18:04:13.859Z\",\n \"sha256\": \"ae650ecd5860cd8e715f17fd6a224d602f7fd10c59df1b8518e5b859fe818924\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"78218c9d7a60dc5984acd0ae99e5bc947771c14f\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4e3136faa6360d27c3685659b81e300d4e939f38\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4e3136faa6360d27c3685659b81e300d4e939f38\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++501+ tail -n1 +501+ STATUS_CODE=200 ++501+ jq -r .notarizationStatus.status ++501+ echo '{"uuid":"c8211805-2981-4182-b5c3-5b135efaf26c","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"cc9212a0-e167-4938-a6e1-0d6ad422c2f8\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:04:13.859Z\",\n' '\"sha256\":' '\"ae650ecd5860cd8e715f17fd6a224d602f7fd10c59df1b8518e5b859fe818924\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"78218c9d7a60dc5984acd0ae99e5bc947771c14f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4e3136faa6360d27c3685659b81e300d4e939f38\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.scout.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-scout-2024-03-M2-macosx-cocoa-x86_64-8326361521356149279.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4e3136faa6360d27c3685659b81e300d4e939f38\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +501+ STATUS=COMPLETE +501+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +501+ [[ 200 == \5\0\3 ]] +501+ [[ 200 == \5\0\2 ]] +501+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +501+ break +501+ rm eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg +501+ curl -JO https://cbi.eclipse.org/macos/xcrun/c8211805-2981-4182-b5c3-5b135efaf26c/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24.9M 0 24.9M 0 0 63.8M 0 --:--:-- --:--:-- --:--:-- 63.8M 100 83.5M 0 83.5M 0 0 60.0M 0 --:--:-- 0:00:01 --:--:-- 60.0M 100 148M 0 148M 0 0 62.0M 0 --:--:-- 0:00:02 --:--:-- 62.0M 100 210M 0 210M 0 0 62.1M 0 --:--:-- 0:00:03 --:--:-- 62.1M 100 277M 0 277M 0 0 63.1M 0 --:--:-- 0:00:04 --:--:-- 63.1M 100 335M 0 335M 0 0 62.3M 0 --:--:-- 0:00:05 --:--:-- 62.2M 100 392M 0 392M 0 0 63.4M 0 --:--:-- 0:00:06 --:--:-- 64.5M curl: Saved to filename 'eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg' +501+ cp -vf eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg' ++501+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg +501+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++501+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg +501+ b=eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg +501+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +501+ md5sum eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg +501+ sha1sum eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg +501+ sha512sum -b eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg ++375+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/status +375+ RESPONSE_RAW='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"83f3e1fb-14d9-40f7-8edd-452f6546ea63\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:53.488Z\",\n \"sha256\": \"28af21f1edc0f48c8f44ad08716e666c75c3819f6cb46abfd40a226f218050c3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53b29381a957c18ee02c5be826983a3d594bd020\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e73869493991a065e906e274209b9f3709214f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.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-M2-macosx-cocoa-x86_64-4883665018068334563.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e73869493991a065e906e274209b9f3709214f2\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++375+ head -n1 +375+ RESPONSE='{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"83f3e1fb-14d9-40f7-8edd-452f6546ea63\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:53.488Z\",\n \"sha256\": \"28af21f1edc0f48c8f44ad08716e666c75c3819f6cb46abfd40a226f218050c3\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"53b29381a957c18ee02c5be826983a3d594bd020\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e73869493991a065e906e274209b9f3709214f2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.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-M2-macosx-cocoa-x86_64-4883665018068334563.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7e73869493991a065e906e274209b9f3709214f2\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++375+ tail -n1 +375+ STATUS_CODE=200 ++375+ jq -r .notarizationStatus.status ++375+ echo '{"uuid":"dab636ed-d5c9-48c4-a024-8ab9483e3390","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"83f3e1fb-14d9-40f7-8edd-452f6546ea63\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:02:53.488Z\",\n' '\"sha256\":' '\"28af21f1edc0f48c8f44ad08716e666c75c3819f6cb46abfd40a226f218050c3\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"53b29381a957c18ee02c5be826983a3d594bd020\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e73869493991a065e906e274209b9f3709214f2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-x86_64-4883665018068334563.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-M2-macosx-cocoa-x86_64-4883665018068334563.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-M2-macosx-cocoa-x86_64-4883665018068334563.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7e73869493991a065e906e274209b9f3709214f2\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +375+ STATUS=COMPLETE +375+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +375+ [[ 200 == \5\0\3 ]] +375+ [[ 200 == \5\0\2 ]] +375+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +375+ break +375+ rm eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +375+ curl -JO https://cbi.eclipse.org/macos/xcrun/dab636ed-d5c9-48c4-a024-8ab9483e3390/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 44.1M 0 44.1M 0 0 70.9M 0 --:--:-- --:--:-- --:--:-- 70.7M+501+ rm eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +501+ rm -f eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +501+ rm -f eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +501+ rm -f eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 116M 0 116M 0 0 71.7M 0 --:--:-- 0:00:01 --:--:-- 71.7M 100 198M 0 198M 0 0 75.7M 0 --:--:-- 0:00:02 --:--:-- 75.7M 100 262M 0 262M 0 0 72.4M 0 --:--:-- 0:00:03 --:--:-- 72.3M 100 344M 0 344M 0 0 74.4M 0 --:--:-- 0:00:04 --:--:-- 74.4M 100 421M 0 421M 0 0 74.7M 0 --:--:-- 0:00:05 --:--:-- 75.2M++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m 100 503M 0 503M 0 0 76.0M 0 --:--:-- 0:00:06 --:--:-- 77.4M 100 507M 0 507M 0 0 76.1M 0 --:--:-- 0:00:06 --:--:-- 76.4M curl: Saved to filename 'eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg' +375+ cp -vf eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg' ++375+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +375+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++375+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +375+ b=eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +375+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +375+ md5sum eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +375+ sha1sum eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +375+ sha512sum -b eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg +375+ rm eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +375+ rm -f eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +375+ rm -f eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +375+ rm -f eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++781+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/status +781+ RESPONSE_RAW='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"dc0508df-08ab-4bfc-bd0a-5c47382e376d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg\",\n \"uploadDate\": \"2024-02-01T18:05:21.203Z\",\n \"sha256\": \"6023e0441564cf40706166935d6c0010f2f0e717344f8c1f6b9ed1b9da1e3e06\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"93023f81bf0ccc9f8ac069b225375bed18620888\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11ffcc7a47ceb057118184a3bba1074060920ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11ffcc7a47ceb057118184a3bba1074060920ac2\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++781+ head -n1 +781+ RESPONSE='{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"dc0508df-08ab-4bfc-bd0a-5c47382e376d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg\",\n \"uploadDate\": \"2024-02-01T18:05:21.203Z\",\n \"sha256\": \"6023e0441564cf40706166935d6c0010f2f0e717344f8c1f6b9ed1b9da1e3e06\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"93023f81bf0ccc9f8ac069b225375bed18620888\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11ffcc7a47ceb057118184a3bba1074060920ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"11ffcc7a47ceb057118184a3bba1074060920ac2\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++781+ tail -n1 +781+ STATUS_CODE=200 ++781+ jq -r .notarizationStatus.status ++781+ echo '{"uuid":"158d0870-380c-4425-b76c-ed59b0e4e269","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"dc0508df-08ab-4bfc-bd0a-5c47382e376d\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:05:21.203Z\",\n' '\"sha256\":' '\"6023e0441564cf40706166935d6c0010f2f0e717344f8c1f6b9ed1b9da1e3e06\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"93023f81bf0ccc9f8ac069b225375bed18620888\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11ffcc7a47ceb057118184a3bba1074060920ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.dsl.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64-6207457275515705544.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"11ffcc7a47ceb057118184a3bba1074060920ac2\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +781+ STATUS=COMPLETE +781+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +781+ [[ 200 == \5\0\3 ]] +781+ [[ 200 == \5\0\2 ]] +781+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +781+ break +781+ rm eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +781+ curl -JO https://cbi.eclipse.org/macos/xcrun/158d0870-380c-4425-b76c-ed59b0e4e269/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.2M 0 51.2M 0 0 72.2M 0 --:--:-- --:--:-- --:--:-- 72.1M++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m 100 100M 0 100M 0 0 58.7M 0 --:--:-- 0:00:01 --:--:-- 58.6M 100 162M 0 162M 0 0 60.0M 0 --:--:-- 0:00:02 --:--:-- 59.9M 100 208M 0 208M 0 0 56.2M 0 --:--:-- 0:00:03 --:--:-- 56.2M 100 252M 0 252M 0 0 52.0M 0 --:--:-- 0:00:04 --:--:-- 52.0M 100 294M 0 294M 0 0 51.6M 0 --:--:-- 0:00:05 --:--:-- 48.7M 100 339M 0 339M 0 0 50.6M 0 --:--:-- 0:00:06 --:--:-- 47.9M 100 411M 0 411M 0 0 53.2M 0 --:--:-- 0:00:07 --:--:-- 49.6M 100 471M 0 471M 0 0 54.1M 0 --:--:-- 0:00:08 --:--:-- 52.5M 100 489M 0 489M 0 0 54.2M 0 --:--:-- 0:00:09 --:--:-- 56.8M curl: Saved to filename 'eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg' +781+ cp -vf eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg' ++781+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +781+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++781+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +781+ b=eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +781+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +781+ md5sum eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +781+ sha1sum eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +781+ sha512sum -b eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg +781+ rm eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +781+ rm -f eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +781+ rm -f eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +781+ rm -f eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ jq -r .notarizationStatus.status ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++977+ jq -r .notarizationStatus.status +977+ STATUS=IN_PROGRESS +977+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++311+ jq -r .notarizationStatus.status +311+ STATUS=IN_PROGRESS +311+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++977+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/status +977+ RESPONSE_RAW='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"b0d2efad-97c2-46a0-914b-1a4f05e0c9d8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg\",\n \"uploadDate\": \"2024-02-01T18:06:18.133Z\",\n \"sha256\": \"b51d00c6f6bfe9736aac919a75632e8755c1c3981e775205e8a12559cc2e29f8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"548c8ddcc651550ee44c9af9f0cff9d656ee0265\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e4114aae8158e25bb3ad64fb8264b1cea9b72ea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e4114aae8158e25bb3ad64fb8264b1cea9b72ea\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n }\n ]\n}\n"}} 200' ++977+ head -n1 +977+ RESPONSE='{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"b0d2efad-97c2-46a0-914b-1a4f05e0c9d8\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg\",\n \"uploadDate\": \"2024-02-01T18:06:18.133Z\",\n \"sha256\": \"b51d00c6f6bfe9736aac919a75632e8755c1c3981e775205e8a12559cc2e29f8\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"548c8ddcc651550ee44c9af9f0cff9d656ee0265\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e4114aae8158e25bb3ad64fb8264b1cea9b72ea\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6e4114aae8158e25bb3ad64fb8264b1cea9b72ea\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddi.cdr\",\n \"message\": \"b'\''hdiutil: attach failed - image not recognized\\\\n'\''\",\n \"docUrl\": null,\n \"architecture\": null\n }\n ]\n}\n"}}' ++977+ tail -n1 +977+ STATUS_CODE=200 ++977+ jq -r .notarizationStatus.status ++977+ echo '{"uuid":"d80ab148-fb17-4369-9b6e-996cee8df880","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"b0d2efad-97c2-46a0-914b-1a4f05e0c9d8\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:06:18.133Z\",\n' '\"sha256\":' '\"b51d00c6f6bfe9736aac919a75632e8755c1c3981e775205e8a12559cc2e29f8\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"548c8ddcc651550ee44c9af9f0cff9d656ee0265\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e4114aae8158e25bb3ad64fb8264b1cea9b72ea\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6e4114aae8158e25bb3ad64fb8264b1cea9b72ea\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.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-M2-macosx-cocoa-x86_64-16003297778296399082.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar/images/uddi.cdr\",\n' '\"message\":' '\"b'\''hdiutil:' attach failed - image not 'recognized\\\\n'\''\",\n' '\"docUrl\":' 'null,\n' '\"architecture\":' 'null\n' '}\n' ']\n}\n"}}' +977+ STATUS=COMPLETE +977+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +977+ [[ 200 == \5\0\3 ]] +977+ [[ 200 == \5\0\2 ]] +977+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +977+ break +977+ rm eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg +977+ curl -JO https://cbi.eclipse.org/macos/xcrun/d80ab148-fb17-4369-9b6e-996cee8df880/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.4M 0 18.4M 0 0 41.2M 0 --:--:-- --:--:-- --:--:-- 41.1M 100 112M 0 112M 0 0 77.9M 0 --:--:-- 0:00:01 --:--:-- 77.8M 100 186M 0 186M 0 0 76.4M 0 --:--:-- 0:00:02 --:--:-- 76.3M++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m 100 249M 0 249M 0 0 72.4M 0 --:--:-- 0:00:03 --:--:-- 72.4M 100 329M 0 329M 0 0 74.1M 0 --:--:-- 0:00:04 --:--:-- 74.1M 100 426M 0 426M 0 0 78.2M 0 --:--:-- 0:00:05 --:--:-- 81.5M++311+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/status +311+ RESPONSE_RAW='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e2ff706c-38b2-4b06-b352-0e0a4cd7e62c\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:29.443Z\",\n \"sha256\": \"5921ed1a0e53e6492c1c03c8bf2026f6f3e3d2c5581ce9897df0a9eb891ea979\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4fa24ad6e89eb82dad3c09fe7015b147dfdcde8\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96acd32b9ae24c1d1c175cb29952c098a7d1850f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96acd32b9ae24c1d1c175cb29952c098a7d1850f\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++311+ head -n1 +311+ RESPONSE='{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"e2ff706c-38b2-4b06-b352-0e0a4cd7e62c\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg\",\n \"uploadDate\": \"2024-02-01T18:02:29.443Z\",\n \"sha256\": \"5921ed1a0e53e6492c1c03c8bf2026f6f3e3d2c5581ce9897df0a9eb891ea979\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d4fa24ad6e89eb82dad3c09fe7015b147dfdcde8\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96acd32b9ae24c1d1c175cb29952c098a7d1850f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"825327801e762af7a5145ddae0ffb1585be69cda\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d28af758d59089aa5a536a5352b949eada3df959\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e10e84152ea00ca02ef572e712630aa2138150db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"140f1306945703e1dee54d5599ce4f3982f7da08\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a4c443e9dada0274fb99c7537c252de2a19009de\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0cc027ea0d553364bca35f211be43a1511eede25\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4723dedf08397f512250e6cce998c5b399a6bf20\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0fed0286e473bda68186cd0f5513579d3b811c98\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"786608011dd33a53d048c2c761e2edea579e97d5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"41989a78b2fcb92288861630f93a1305566592d9\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e923bc7580671e70ed71b3627fee81511fa21536\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"76361f0b9eecf6253b36a54b953faeabfea97658\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"310973d6a1c85d57c16e90db67412e83e42691e4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9de557ceeb1a285c868fe2d14c079653b680a344\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6a9af3bca6d618940ff27237e86fe78632151aab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17131a43459e09798ff9f22e2855d69e3d27157f\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"307eae46a282e96812c9549f015e393b58f1da21\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f857708d3fffc650fab73fba95f6023f990a270c\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f1d9da991a78fa73066318509e6f1585b7671e31\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"96acd32b9ae24c1d1c175cb29952c098a7d1850f\",\n \"arch\": \"x86_64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++311+ tail -n1 +311+ STATUS_CODE=200 ++311+ jq -r .notarizationStatus.status ++311+ echo '{"uuid":"4a2af153-21f6-4cfa-93e0-b1d088b680ba","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"e2ff706c-38b2-4b06-b352-0e0a4cd7e62c\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:02:29.443Z\",\n' '\"sha256\":' '\"5921ed1a0e53e6492c1c03c8bf2026f6f3e3d2c5581ce9897df0a9eb891ea979\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d4fa24ad6e89eb82dad3c09fe7015b147dfdcde8\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96acd32b9ae24c1d1c175cb29952c098a7d1850f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.x86_64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1513486bfb847becfe679c5d4bed7a9c06d942d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22b72d7efe6432b53d71c94e0e6b4ad6916abe3e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"825327801e762af7a5145ddae0ffb1585be69cda\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bd17f7c29c60e49e8671e220dec2d9dc3ed23754\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d28af758d59089aa5a536a5352b949eada3df959\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d514e69943143ec4a5b0568487f6591e2ae0ae4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ff6b2a491be728933d0bfd22df8b23927b3db6df\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f13ac77e78bee8ee828a677bc92a6f4e3f2faa9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e10e84152ea00ca02ef572e712630aa2138150db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"140f1306945703e1dee54d5599ce4f3982f7da08\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf26ae5ba1260b57035a769d480f07959a32c11a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a4c443e9dada0274fb99c7537c252de2a19009de\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36b1576e67828f1b78ec9ddb0ec0799020c8afcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"8418fb4cfc805e4247d54f4175f4dd2884a0d683\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85bcd23df5036cb2cfd4728d145bfb36e3fb9ca2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"120566ec1739300bb76c3abd656e96b3c1d17f51\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0cc027ea0d553364bca35f211be43a1511eede25\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3114b49d02411c949fb9e85e4c34a5905fe3d6db\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"85850a818366ae49ba1c6bbbc4d8ffbed7bd7701\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e167b9dcbc7546c0a2459a407b8324eb4b93f37f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e5bbea54b1c18ff56e4078bbb79ee6aba038332\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4723dedf08397f512250e6cce998c5b399a6bf20\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e81aa78d4376f661be8c553bfb22f8655f7d1ac2\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ca7c27d0155c0fccaca4df9f146b88bab75dcf3b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a1de684d8bcd09899f22baed8a8d578a8e0e573f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0fed0286e473bda68186cd0f5513579d3b811c98\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"237d79b7e4a5acfadd6fcf8fa3ba550d521fcb50\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c28fc150359b6783ee07487a7c6a087eafff4ebb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"786608011dd33a53d048c2c761e2edea579e97d5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17d70e6c4b5f6b67c4a8f6263c9a6a8501db3e2b\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b75bf4edbe1a757532f8ea499e40d203df267a9e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"47ef6a8e9843e7ca6906244f8c64301e9f7aabb5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"cf21b286cbfd7c148053422aaeddb3ffa736cae9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"41989a78b2fcb92288861630f93a1305566592d9\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f96afb640dae3b26f6ac8caaf55c66dcbf17d7f5\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1cc5e110382d5f4c4798be82dddaebba61f44d9c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e923bc7580671e70ed71b3627fee81511fa21536\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"76361f0b9eecf6253b36a54b953faeabfea97658\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"310973d6a1c85d57c16e90db67412e83e42691e4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9de557ceeb1a285c868fe2d14c079653b680a344\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"617a473871e107f22d3ba403b23c54c65cc3b1ce\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d2013aba2fd870b0b902fbfcb214fe681537ac11\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3e5ffc73adc790b34235188cf6c3a7395bb3e806\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ca0a80c496e84e4bf00951b28045add5f15aa0f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4caa32e427e76a52789eab9b74a2ea50957219f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fe0a097cfbddd267d7f6b5e57967786aae8fe8f3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"75fce94e343421ac1ad78164e1c66730cf8fcc91\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ca4a19bf7372bb6fa45fd78eb0894145b2c0a28\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0a841d21e4766645b3e69b13c3240fd971bd3b8d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"faeb521a35535b9dcb6bfb1fb2498abbcf78aaa8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96a1622e9707543e289deda6d699da2f0a44eb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6a9af3bca6d618940ff27237e86fe78632151aab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6ea24539aeb037c1bdd5d3237cb995eaa27f1bc8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17131a43459e09798ff9f22e2855d69e3d27157f\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bea32bc99b45afce2cea0c73d698783237d3e86a\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a16143ed0eb73f5ef786de37db4651ae22642ef6\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"202ff35ff9307e25cd4e67fd5e1b2b19da970839\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"be904d9d45af95d8ce362c80ff8d10ccc88e25ab\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"22be4431c0e99e12a024bf17a7f13ff9d3799069\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"307eae46a282e96812c9549f015e393b58f1da21\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f857708d3fffc650fab73fba95f6023f990a270c\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f0cde732e2d81a4e6a3c09dadf475da9e3d3d8b4\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"142801e6ac22a95fdc48308abeacb56e0fb91594\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f31604657b1928c8d6dda850a39f2face6d37f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f1d9da991a78fa73066318509e6f1585b7671e31\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d048f70bbabfdf7d2d53fa0e28cf71684ec2efb3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1584a46a6fc0e1f13a22bab491d29104a81d3dfe\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"a14ff2b0b913b9cab2cb9f2efa0a33db506dc79e\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2f63b6e2c9599183110b07b1d79fbf30798e68b7\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d96d88c647183e8bf5e447b2dd1b55a75c831f8\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96d4b4ca74679db075192f23d1f0c70041c2c9bd\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"90816bccbe0c7b92ccbf1ec31d140977369fb93d\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"00170cbd27b08b72568d3122a421b00d9afbb5ad\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64-15820764346653446966.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"96acd32b9ae24c1d1c175cb29952c098a7d1850f\",\n' '\"arch\":' '\"x86_64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +311+ STATUS=COMPLETE +311+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +311+ [[ 200 == \5\0\3 ]] +311+ [[ 200 == \5\0\2 ]] +311+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +311+ break +311+ rm eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg +311+ curl -JO https://cbi.eclipse.org/macos/xcrun/4a2af153-21f6-4cfa-93e0-b1d088b680ba/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 4751k 0 4751k 0 0 30.3M 0 --:--:-- --:--:-- --:--:-- 30.1M 100 495M 0 495M 0 0 76.8M 0 --:--:-- 0:00:06 --:--:-- 76.5M 100 528M 0 528M 0 0 72.8M 0 --:--:-- 0:00:07 --:--:-- 71.0M curl: Saved to filename 'eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg' +977+ cp -vf eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg 100 56.0M 0 56.0M 0 0 48.6M 0 --:--:-- 0:00:01 --:--:-- 48.5M 100 128M 0 128M 0 0 59.7M 0 --:--:-- 0:00:02 --:--:-- 59.6M 100 207M 0 207M 0 0 65.7M 0 --:--:-- 0:00:03 --:--:-- 65.7M'eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg' ++977+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg +977+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++977+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg +977+ b=eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg +977+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +977+ md5sum eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg 100 259M 0 259M 0 0 60.2M 0 --:--:-- 0:00:04 --:--:-- 60.2M+977+ sha1sum eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg 100 340M 0 340M 0 0 66.1M 0 --:--:-- 0:00:05 --:--:-- 67.2M 100 416M 0 416M 0 0 67.6M 0 --:--:-- 0:00:06 --:--:-- 72.0M+977+ sha512sum -b eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg 100 484M 0 484M 0 0 67.6M 0 --:--:-- 0:00:07 --:--:-- 71.1M+977+ rm eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +977+ rm -f eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +977+ rm -f eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +977+ rm -f eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 100 557M 0 557M 0 0 68.4M 0 --:--:-- 0:00:08 --:--:-- 70.0M 100 596M 0 596M 0 0 69.6M 0 --:--:-- 0:00:08 --:--:-- 79.2M curl: Saved to filename 'eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg' +311+ cp -vf eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg 'eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg' ++311+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg +311+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++311+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg +311+ b=eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg +311+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +311+ md5sum eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg +311+ sha1sum eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m +311+ sha512sum -b eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg +311+ rm eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize +311+ rm -f eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.md5 +311+ rm -f eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha1 +311+ rm -f eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize.sha512 ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++719+ jq -r .notarizationStatus.status +719+ STATUS=IN_PROGRESS +719+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++719+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/status +719+ RESPONSE_RAW='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"93576835-3c6d-4cb1-b103-5f795600efda\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg\",\n \"uploadDate\": \"2024-02-01T18:06:09.371Z\",\n \"sha256\": \"45f267503c2fafd06d188afe622241be6c0a0627114b6bbb800c3b91e7aa54a1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15aa98ce3c92ee906b7ee862989782d976a002b2\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1318ffdcadb190a766c6807cb31df2f3af261f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.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-M2-macosx-cocoa-aarch64-2328932239544377349.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1318ffdcadb190a766c6807cb31df2f3af261f0\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++719+ head -n1 +719+ RESPONSE='{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"93576835-3c6d-4cb1-b103-5f795600efda\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg\",\n \"uploadDate\": \"2024-02-01T18:06:09.371Z\",\n \"sha256\": \"45f267503c2fafd06d188afe622241be6c0a0627114b6bbb800c3b91e7aa54a1\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"15aa98ce3c92ee906b7ee862989782d976a002b2\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1318ffdcadb190a766c6807cb31df2f3af261f0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.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-M2-macosx-cocoa-aarch64-2328932239544377349.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b1318ffdcadb190a766c6807cb31df2f3af261f0\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++719+ tail -n1 +719+ STATUS_CODE=200 ++719+ jq -r .notarizationStatus.status ++719+ echo '{"uuid":"e9f41d13-8dac-436f-b2de-f55405f09bcd","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"93576835-3c6d-4cb1-b103-5f795600efda\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:06:09.371Z\",\n' '\"sha256\":' '\"45f267503c2fafd06d188afe622241be6c0a0627114b6bbb800c3b91e7aa54a1\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"15aa98ce3c92ee906b7ee862989782d976a002b2\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1318ffdcadb190a766c6807cb31df2f3af261f0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.committers.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-committers-2024-03-M2-macosx-cocoa-aarch64-2328932239544377349.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-M2-macosx-cocoa-aarch64-2328932239544377349.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-M2-macosx-cocoa-aarch64-2328932239544377349.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b1318ffdcadb190a766c6807cb31df2f3af261f0\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +719+ STATUS=COMPLETE +719+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +719+ [[ 200 == \5\0\3 ]] +719+ [[ 200 == \5\0\2 ]] +719+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +719+ break +719+ rm eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ curl -JO https://cbi.eclipse.org/macos/xcrun/e9f41d13-8dac-436f-b2de-f55405f09bcd/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.3M 0 39.3M 0 0 97.3M 0 --:--:-- --:--:-- --:--:-- 97.0M 100 140M 0 140M 0 0 100M 0 --:--:-- 0:00:01 --:--:-- 100M 100 199M 0 199M 0 0 83.0M 0 --:--:-- 0:00:02 --:--:-- 82.9M 100 295M 0 295M 0 0 86.9M 0 --:--:-- 0:00:03 --:--:-- 86.8M 100 381M 0 381M 0 0 86.6M 0 --:--:-- 0:00:04 --:--:-- 86.6M 100 481M 0 481M 0 0 89.0M 0 --:--:-- 0:00:05 --:--:-- 88.3M 100 504M 0 504M 0 0 89.8M 0 --:--:-- 0:00:05 --:--:-- 86.3M curl: Saved to filename 'eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg' +719+ cp -vf eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg' ++719+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++719+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ b=eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +719+ md5sum eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ sha1sum eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ sha512sum -b eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg +719+ rm eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +719+ rm -f eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +719+ rm -f eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +719+ rm -f eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++417+ jq -r .notarizationStatus.status +417+ STATUS=IN_PROGRESS +417+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++417+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/status +417+ RESPONSE_RAW='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"06a59ca1-faeb-4382-bac3-f9cda500d9ff\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg\",\n \"uploadDate\": \"2024-02-01T18:03:22.207Z\",\n \"sha256\": \"771a048ab98334e5bcff6c4ee2e1fc46a9a8e557e320b2bb758f34413bb4d5aa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5740eb5f6b692d0f1de5b1b599835a2b53a8e6a2\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fdf5c090da039bbd2d9f18b40b5c062551378b94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fdf5c090da039bbd2d9f18b40b5c062551378b94\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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' ++417+ head -n1 +417+ RESPONSE='{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"06a59ca1-faeb-4382-bac3-f9cda500d9ff\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg\",\n \"uploadDate\": \"2024-02-01T18:03:22.207Z\",\n \"sha256\": \"771a048ab98334e5bcff6c4ee2e1fc46a9a8e557e320b2bb758f34413bb4d5aa\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5740eb5f6b692d0f1de5b1b599835a2b53a8e6a2\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fdf5c090da039bbd2d9f18b40b5c062551378b94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"fdf5c090da039bbd2d9f18b40b5c062551378b94\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": [\n {\n \"severity\": \"warning\",\n \"code\": null,\n \"path\": \"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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"}}' ++417+ tail -n1 +417+ STATUS_CODE=200 ++417+ jq -r .notarizationStatus.status ++417+ echo '{"uuid":"2e184d9e-3859-4c61-aa7d-28c51be65b2f","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"06a59ca1-faeb-4382-bac3-f9cda500d9ff\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:03:22.207Z\",\n' '\"sha256\":' '\"771a048ab98334e5bcff6c4ee2e1fc46a9a8e557e320b2bb758f34413bb4d5aa\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5740eb5f6b692d0f1de5b1b599835a2b53a8e6a2\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fdf5c090da039bbd2d9f18b40b5c062551378b94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.jee.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"fdf5c090da039bbd2d9f18b40b5c062551378b94\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' '[\n' '{\n' '\"severity\":' '\"warning\",\n' '\"code\":' 'null,\n' '\"path\":' '\"eclipse-jee-2024-03-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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-M2-macosx-cocoa-aarch64-4342929544324050192.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"}}' +417+ STATUS=COMPLETE +417+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +417+ [[ 200 == \5\0\3 ]] +417+ [[ 200 == \5\0\2 ]] +417+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +417+ break +417+ rm eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ curl -JO https://cbi.eclipse.org/macos/xcrun/2e184d9e-3859-4c61-aa7d-28c51be65b2f/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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76.4M 0 76.4M 0 0 75.6M 0 --:--:-- 0:00:01 --:--:-- 75.5M 100 172M 0 172M 0 0 85.9M 0 --:--:-- 0:00:02 --:--:-- 85.9M 100 268M 0 268M 0 0 89.2M 0 --:--:-- 0:00:03 --:--:-- 89.2M 100 354M 0 354M 0 0 88.3M 0 --:--:-- 0:00:04 --:--:-- 88.3M 100 461M 0 461M 0 0 92.0M 0 --:--:-- 0:00:05 --:--:-- 92.2M 100 525M 0 525M 0 0 93.5M 0 --:--:-- 0:00:05 --:--:-- 97.5M curl: Saved to filename 'eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg' +417+ cp -vf eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg' ++417+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++417+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ b=eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +417+ md5sum eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ sha1sum eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ sha512sum -b eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg +417+ rm eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +417+ rm -f eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +417+ rm -f eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +417+ rm -f eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"IN_PROGRESS","message":"File' has been successfully uploaded to Apple notarization 'service","moreInfo":"Successfully' uploaded 'file"}}' ++459+ jq -r .notarizationStatus.status +459+ STATUS=IN_PROGRESS +459+ [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ sleep 1m ++459+ curl --write-out '\n%{http_code}' -s https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/status +459+ RESPONSE_RAW='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3d81ee0c-117b-4b81-b38e-f243dc112a3d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg\",\n \"uploadDate\": \"2024-02-01T18:03:42.628Z\",\n \"sha256\": \"cecdf67cadd994b73dcad0c498d2e94b39030779841f3264e9398b0d7ee16649\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf1799e603cbe1224a2db81d3317717adef639f\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b7e0a5158b5e624d86e6f25d0fa17bb4c58e870\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b7e0a5158b5e624d86e6f25d0fa17bb4c58e870\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}} 200' ++459+ head -n1 +459+ RESPONSE='{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n \"logFormatVersion\": 1,\n \"jobId\": \"3d81ee0c-117b-4b81-b38e-f243dc112a3d\",\n \"status\": \"Accepted\",\n \"statusSummary\": \"Ready for distribution\",\n \"statusCode\": 0,\n \"archiveFilename\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg\",\n \"uploadDate\": \"2024-02-01T18:03:42.628Z\",\n \"sha256\": \"cecdf67cadd994b73dcad0c498d2e94b39030779841f3264e9398b0d7ee16649\",\n \"ticketContents\": [\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf1799e603cbe1224a2db81d3317717adef639f\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b7e0a5158b5e624d86e6f25d0fa17bb4c58e870\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"25cac027deffe3916d0704f06995e14f32139709\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n \"arch\": \"x86_64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5d528df9f9064d2591f969383f82ed513fa28817\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"37bd4615115802e3801cc9191362cc51028f11b4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d727d38c5139c3686030300071732e8b3e0d6e97\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ba28310855f1913a8910b26f863beac6664fdef1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"89a0601dc22363d664b0700a92e6a420d8c52937\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17c650090d05428f857e506b6b949b7688c1c4de\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9af736db45e396bbad210c983e78b0027cab615c\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bc09af6797f5684adc83290a7e6b521659428dc6\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c695544a0f794b4ac4e804611e001b7517e0480a\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"39030726ad16c699b648ece42d1510e34b55daea\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b604112ac25d895811950bf051042032d28988d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"c19760176935305415986d312cc23d39b6eea8e8\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"b716005748f866e45709f80f08d4ca0069d54c6b\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"3320ffff22b3e2942fe42315e0577418dd197a77\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"f64393e15af28de8a84a791536884d4658b5cd66\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"16e4da827030a18892aa04eed03443c145aab4a4\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"701be330900342ca3fda5d286d9c26315e0e7728\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n \"arch\": \"arm64\"\n },\n {\n \"path\": \"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n \"digestAlgorithm\": \"SHA-256\",\n \"cdhash\": \"5b7e0a5158b5e624d86e6f25d0fa17bb4c58e870\",\n \"arch\": \"arm64\"\n }\n ],\n \"issues\": null\n}\n"}}' ++459+ tail -n1 +459+ STATUS_CODE=200 ++459+ jq -r .notarizationStatus.status ++459+ echo '{"uuid":"2255eb9e-a4f9-4051-b276-7015b22e4bdd","notarizationStatus":{"status":"COMPLETE","message":"Notarization' ticket has been stapled successfully to uploaded file. You can now download the stapled 'file","moreInfo":"Notarization' ticket has been stapled to the uploaded file 'successfully","log":"{\n' '\"logFormatVersion\":' '1,\n' '\"jobId\":' '\"3d81ee0c-117b-4b81-b38e-f243dc112a3d\",\n' '\"status\":' '\"Accepted\",\n' '\"statusSummary\":' '\"Ready' for 'distribution\",\n' '\"statusCode\":' '0,\n' '\"archiveFilename\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg\",\n' '\"uploadDate\":' '\"2024-02-01T18:03:42.628Z\",\n' '\"sha256\":' '\"cecdf67cadd994b73dcad0c498d2e94b39030779841f3264e9398b0d7ee16649\",\n' '\"ticketContents\":' '[\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf1799e603cbe1224a2db81d3317717adef639f\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b7e0a5158b5e624d86e6f25d0fa17bb4c58e870\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.modeling.executable.cocoa.macosx.aarch64_4.31.0.20240201-1200/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"25cac027deffe3916d0704f06995e14f32139709\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"26499e0b30bbc9fa4c778df4d401118ea64e5613\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/aarch64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0219f17e9b86da9f7229ef7b61c0cb2f0ad00cdb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libpty.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"91cb6e81539f1a6828f43b887c1edc5fd012efcb\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.cdt.core.macosx_11.5.0.202401292355.jar/os/macosx/x86_64/libspawner.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5ca78354bf1ebaa26ce275fd10d0d0fee8dc48c3\",\n' '\"arch\":' '\"x86_64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-pi-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b0bba2f6ade3b070eddfbaedef9734de533d0cab\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-awt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"66d948b3d758e78ea9698f94d83628614dbfd0a3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240126-1131.jar/libswt-cocoa-4964r6.jnilib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"68055b97e079c752848e40bc3cbfa9d27b632bf9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/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-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240119-0936/eclipse_11804.so\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5d528df9f9064d2591f969383f82ed513fa28817\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jar\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"64a085adeb65f269d2474f8a34c2bc0bd6a79f3c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jarsigner\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea25b8053eadf3a3c545098867a7d944a04cecea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/java\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2016f6ee0e20966151506630e5bc3ae71b3e4016\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javac\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9446b41881ff23a340e1c3825ef753b5215ed5f2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javadoc\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0ecf138ff3f28f31ac5dfdcd2036f237f7ccf9a9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/javap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"2aebea9706b4b6f38fe9d363af512bbd12802e88\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jcmd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"37bd4615115802e3801cc9191362cc51028f11b4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jconsole\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea02b23004a94bce811a469f160abc2f49f4e9ae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d727d38c5139c3686030300071732e8b3e0d6e97\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeprscan\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"51284e2d964047bc872091e805d4c8e3de7b7a53\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jdeps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"0f954887f068a6111e8e70e92b7f10f049368c8c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jfr\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98cae86a13c4496b27dff020795efc5f9a05baf4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jhsdb\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1967c01da6557d1ae2c7c193476a10c6ed44c681\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jimage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d6b29923d9089153ee1d80954f4d7032f73ae078\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jinfo\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ad2c2f5353b89ba64ee311434b21578d371e853e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jlink\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7ae9e9b648f3f76da51ddd341860e4866946bf5c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmap\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ddaa464d3f41968f729b14f1e50270ebcab5501d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jmod\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"afe184349db8b076adbc79c8ae2bc9ec357cc105\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jpackage\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7dc92e101fb35b32d6b9ba18e4a41fb2cbb0ffd0\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jps\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"716720cfd11c03ebef27b95ede5b1c25ea157f69\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jrunscript\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d9a4fed9d8da7659012795ef6ccbe935877a4298\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jshell\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ba28310855f1913a8910b26f863beac6664fdef1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstack\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f415ef4d3b4863e090409caf15cf3bdb5a59d8e9\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstat\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7a09a924524958eefec94492e7aa8a2ce5124ff2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/jstatd\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36ec69da05c014a728d57293b8f0cec8b51e4aae\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/keytool\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"ea8966f7e5647c500fdff6730ac75f6f1889f62e\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/rmiregistry\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"12fdde381bd0c142ad8e147b8de42c0b4a317128\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/bin/serialver\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"aecb2d68eff1dbc80f598e3ee310bbc65c0c39ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/jspawnhelper\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6bf76f52e29f75a52bd7f3dd6ac9464abd785c62\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libattach.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"7668092a5825e39b90691208acbce6d8c41ac7e4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"89a0601dc22363d664b0700a92e6a420d8c52937\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libawt_lwawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"24a31ff6427dfdc5740e886ea8d1c4a98723e6e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libdt_socket.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"6990aa882a1817845aa9bd13f15ef780488f1dbc\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libextnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"98a7475da98b8c971a5a8753bcac0e498c73cfc3\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfontmanager.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c9bc77303b08e1bfca7da7587c0ed84f6c5251b1\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libfreetype.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f311c154bbb77c4ecf59baa87a434b7ce914933\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libinstrument.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3dca1d81c1955b502524c9fe8690b308640dbb6a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2gss.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17c650090d05428f857e506b6b949b7688c1c4de\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pcsc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"605f5e92c6f6595ec2b4bd1c2c52337195451431\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libj2pkcs11.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"36e4ea4844939eab9fa9a868ee994c288f4eae94\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjaas.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9f65ad1aed2765eaeb1ee47523b9d6789efb9854\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjava.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9af736db45e396bbad210c983e78b0027cab615c\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjavajpeg.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bc09af6797f5684adc83290a7e6b521659428dc6\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjawt.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"d7f4844ec24be79af7c5a67b11645884d9b71918\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjdwp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b4be15d889f3126acb5ff83d2b4dc34c34b250a8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjimage.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5e03ac1e21e4ccd14e8dadb6d94dd95f65103b76\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjli.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c695544a0f794b4ac4e804611e001b7517e0480a\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libjsound.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"70d29d9c9933d80d6cd189798eafe5cee6fa85ac\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/liblcms.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"39030726ad16c699b648ece42d1510e34b55daea\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"17892d82d3258ed0f4653a34c35ab20e9060e1d2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_agent.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3ca056e5f23ba0f483d15d73f8b6ca141ac4f6e2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmanagement_ext.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b604112ac25d895811950bf051042032d28988d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libmlib_image.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"c19760176935305415986d312cc23d39b6eea8e8\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnet.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f3ddc7a1dadbaca321a3e4536c25b0f23d465b99\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libnio.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"97fb16d1e9a9f27b80146c141938f992417f9fc2\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosx.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"b716005748f866e45709f80f08d4ca0069d54c6b\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxapp.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"bedaa4338bdb62b32d7fe09a943db0e1c11db7b5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxkrb5.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"3320ffff22b3e2942fe42315e0577418dd197a77\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxsecurity.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"e39425ab36ee64dee12c12e59dc2ea240c2f118d\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libosxui.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"f64393e15af28de8a84a791536884d4658b5cd66\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libprefs.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"953b6a7b595f7b8f12fa0a18a3fec36430bc5965\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/librmi.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"1ea14ba5030200ebdaa4321462fa879617fe5563\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsaproc.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"16e4da827030a18892aa04eed03443c145aab4a4\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libsplashscreen.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"4d8fae21293e8ca2048240eca1823ec83aaea7fa\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libverify.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"9c4601bf2acf3a56bcccd33c6bd9344128507ed5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/libzip.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b685ab3916f1c3dbc1d88ff7de6c740d000f4fb\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjsig.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"701be330900342ca3fda5d286d9c26315e0e7728\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.10.v20240120-1143/jre/lib/server/libjvm.dylib\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"05982b0a02a7e6415de2f6a5764e12cb3c23adb5\",\n' '\"arch\":' '\"arm64\"\n' '},\n' '{\n' '\"path\":' '\"eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64-18123097364836523003.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n' '\"digestAlgorithm\":' '\"SHA-256\",\n' '\"cdhash\":' '\"5b7e0a5158b5e624d86e6f25d0fa17bb4c58e870\",\n' '\"arch\":' '\"arm64\"\n' '}\n' '],\n' '\"issues\":' 'null\n}\n"}}' +459+ STATUS=COMPLETE +459+ [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]] +459+ [[ 200 == \5\0\3 ]] +459+ [[ 200 == \5\0\2 ]] +459+ [[ COMPLETE != \C\O\M\P\L\E\T\E ]] +459+ break +459+ rm eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ curl -JO https://cbi.eclipse.org/macos/xcrun/2255eb9e-a4f9-4051-b276-7015b22e4bdd/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 9551k 0 9551k 0 0 78.3M 0 --:--:-- --:--:-- --:--:-- 77.7M 100 73.1M 0 73.1M 0 0 65.3M 0 --:--:-- 0:00:01 --:--:-- 65.3M 100 160M 0 160M 0 0 75.7M 0 --:--:-- 0:00:02 --:--:-- 75.6M 100 254M 0 254M 0 0 81.6M 0 --:--:-- 0:00:03 --:--:-- 81.6M 100 339M 0 339M 0 0 82.3M 0 --:--:-- 0:00:04 --:--:-- 82.3M 100 426M 0 426M 0 0 83.2M 0 --:--:-- 0:00:05 --:--:-- 83.3M 100 515M 0 515M 0 0 84.2M 0 --:--:-- 0:00:06 --:--:-- 88.4M 100 592M 0 592M 0 0 83.2M 0 --:--:-- 0:00:07 --:--:-- 86.3M 100 595M 0 595M 0 0 83.2M 0 --:--:-- 0:00:07 --:--:-- 84.4M curl: Saved to filename 'eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg' +459+ cp -vf eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg 'eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg' -> '/home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg' ++459+ dirname /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ d=/home/jenkins/agent/workspace/notarize-downloads/temp ++459+ basename /home/jenkins/agent/workspace/notarize-downloads/temp/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ b=eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ cd /home/jenkins/agent/workspace/notarize-downloads/temp +459+ md5sum eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ sha1sum eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ sha512sum -b eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg +459+ rm eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize +459+ rm -f eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.md5 +459+ rm -f eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha1 +459+ rm -f eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize.sha512 +134+ pushd temp ~/agent/workspace/notarize-downloads/temp ~/agent/workspace/notarize-downloads ++134+ find eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 -name '*.dmg' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-committers-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-cpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-dsl-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-embedcpp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-java-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-jee-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-modeling-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-php-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-rcp-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg.md5 eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg.sha1 eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M2-macosx-cocoa-aarch64.dmg-tonotarize*' +134+ for i in $( find * -name '*.dmg' ) +134+ scp eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg.md5 eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg.sha1 eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg.sha512 genie.packaging@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/epp/staging +134+ ssh genie.packaging@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize /home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-signed +134+ ssh genie.packaging@projects-storage.eclipse.org rm '/home/data/httpd/download.eclipse.org/technology/epp/staging/eclipse-scout-2024-03-M2-macosx-cocoa-x86_64.dmg-tonotarize*' +134+ popd ~/agent/workspace/notarize-downloads ++134+ find /home/jenkins/agent/workspace/notarize-downloads -name '*.dmg-tonotarize' +134+ [[ -n '' ]] $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 51 killed; [ssh-agent] Stopped. Archiving artifacts Finished: SUCCESS